提交 de2ca4fb 编写于 作者: M malc

alsa: Change default buffer/period size

Increase buffer size but do not rely on ALSA picking up default period
size.
Signed-off-by: Nmalc <av1474@comtv.ru>
上级 301901b5
......@@ -74,7 +74,8 @@ static struct {
int period_size_out_overridden;
int verbose;
} conf = {
.buffer_size_out = 1024,
.buffer_size_out = 4096,
.period_size_out = 1024,
.pcm_name_out = "default",
.pcm_name_in = "default",
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册