提交 55c0b112 编写于 作者: J jp9000

Set default buffering time to 1000ms

After a mac just boots up, it often takes about 700 milliseconds for
audio devices to work on first use, so it would often have issues with
the 700ms audio buffering time, and audio data would get cut off.  Just
increasing the buffering a little bit fixes the issue.
上级 9236b940
......@@ -99,7 +99,7 @@ bool OBSApp::InitGlobalConfigDefaults()
config_set_default_uint(globalConfig, "Audio", "SampleRate", 44100);
config_set_default_string(globalConfig, "Audio", "ChannelSetup",
"Stereo");
config_set_default_uint(globalConfig, "Audio", "BufferingTime", 700);
config_set_default_uint(globalConfig, "Audio", "BufferingTime", 1000);
return true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册