From b993e33cceac379f9ed882a8f4c34965873178cc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 15 Sep 2005 23:50:33 +0000 Subject: alter alsa periods number git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@349 fefdeb5f-60dc-0310-8127-8f9354f1896f --- polyp/module-alsa-sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'polyp') diff --git a/polyp/module-alsa-sink.c b/polyp/module-alsa-sink.c index 9933d37a..f6826c52 100644 --- a/polyp/module-alsa-sink.c +++ b/polyp/module-alsa-sink.c @@ -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"); -- cgit