mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
alter alsa periods number
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@349 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
db4b25d8b2
commit
b993e33cce
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ int pa__init(struct pa_core *c, struct pa_module*m) {
|
|||
}
|
||||
frame_size = pa_frame_size(&ss);
|
||||
|
||||
periods = 12;
|
||||
periods = 8;
|
||||
fragsize = 1024;
|
||||
if (pa_modargs_get_value_u32(ma, "fragments", &periods) < 0 || pa_modargs_get_value_u32(ma, "fragment_size", &fragsize) < 0) {
|
||||
pa_log(__FILE__": failed to parse buffer metrics\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue