Message ID | 569B5F9A.5090005@t-online.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/audio/paaudio.c b/audio/paaudio.c index fea6071..8bd5b91 100644 --- a/audio/paaudio.c +++ b/audio/paaudio.c @@ -554,7 +554,7 @@ static int qpa_init_out(HWVoiceOut *hw, struct audsettings *as, * qemu audio tick runs at 100 Hz (by default), so processing * data chunks worth 10 ms of sound should be a good fit. */ - ba.tlength = pa_usec_to_bytes (10 * 1000, &ss); + ba.tlength = pa_usec_to_bytes (50 * 1000, &ss); ba.minreq = pa_usec_to_bytes (5 * 1000, &ss); ba.maxlength = -1; ba.prebuf = -1;