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
可不可以在服务端和客户端直接传输ogg_opus的数据而不是裸opus的数据。 只需在客户端做一次pcm的编码即可,这样子可以省去服务端的一次pcm编码。
还请各位大佬提供意见。
The text was updated successfully, but these errors were encountered:
我了解到火山引擎那边的双向流式API传输ogg_opus数据是200-600ms/帧,这么大的一帧传到客户端再加上提取opus数据和编码的时间,是不是会造成明显的卡顿和延迟。(加之opus这种压缩格式无法准确分割为60ms一帧)
Sorry, something went wrong.
No branches or pull requests
目前的代码
服务端
客户端
另一种可能的想法
可不可以在服务端和客户端直接传输ogg_opus的数据而不是裸opus的数据。
只需在客户端做一次pcm的编码即可,这样子可以省去服务端的一次pcm编码。
The text was updated successfully, but these errors were encountered: