We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please describe the question. 问题:采集到本地音频流后如何时时的播放出来。 环境:本地流推送后 采用localStream.play进行播放 getAudioLevel获取音量大小。音量大小可以正常获取。播放自己的声音 失败。如何解决
The text was updated successfully, but these errors were encountered:
@wangjianjia1314 您是用的 v4 的 trtc web sdk 吧,可以参考文档:https://web.sdk.qcloud.com/trtc/webrtc/doc/zh-cn/LocalStream.html#play
关掉本地流静音播放即可 localStream.play('elementId', { muted: false })
Sorry, something went wrong.
@Rychou 谢啦 没仔细看文档。
https://cloud.tencent.com/document/product/647/45558#9fc8d326-f880-475d-be53-aa20fc96f91f
建议尽快升级 v5 版本哈,v4 版本已经停止迭代了。
@wangjianjia1314
@Rychou v4版本 如何降噪 消除环境音呢。
https://web.sdk.qcloud.com/trtc/webrtc/doc/zh-cn/tutorial-35-advanced-ai-denoiser.html
@wangjianjia1314 参考这个文档哦
anderlu
No branches or pull requests
Please describe the question.
问题:采集到本地音频流后如何时时的播放出来。
环境:本地流推送后 采用localStream.play进行播放 getAudioLevel获取音量大小。音量大小可以正常获取。播放自己的声音 失败。如何解决
The text was updated successfully, but these errors were encountered: