Restore old value of buffer_size
This brings latency down to acceptable levels when using dmix git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4865 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
64333899dc
commit
adf7d8fb44
@ -58,6 +58,7 @@ static struct {
|
|||||||
int period_size_out_overridden;
|
int period_size_out_overridden;
|
||||||
int verbose;
|
int verbose;
|
||||||
} conf = {
|
} conf = {
|
||||||
|
.buffer_size_out = 1024,
|
||||||
.pcm_name_out = "default",
|
.pcm_name_out = "default",
|
||||||
.pcm_name_in = "default",
|
.pcm_name_in = "default",
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user