Skip to content
Snippets Groups Projects
Commit de2ca4fb authored by malc's avatar malc
Browse files

alsa: Change default buffer/period size


Increase buffer size but do not rely on ALSA picking up default period
size.

Signed-off-by: default avatarmalc <av1474@comtv.ru>
parent 301901b5
No related branches found
No related tags found
No related merge requests found
......@@ -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",
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment