提交 11d85514 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!106 audio: fix audio server crash bug

Merge pull request !106 from rongwang/master
......@@ -49,7 +49,7 @@ bool AudioSink::connect_audio() {
return true;
SDL_memset(&spec_, 0, sizeof(spec_));
spec_.freq = 44100;
spec_.freq = 48000;
spec_.format = AUDIO_S16;
spec_.channels = 2;
spec_.samples = 1024;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册