提交 a942e771 编写于 作者: W wangrong

audio: fix audio server crash bug

48k can support fast mixer better
上级 7e15d287
......@@ -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.
先完成此消息的编辑!
想要评论请 注册