mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
alsa: increase the smoother window
40ms for the smoother window is too small. Increase the size to 4 seconds, like we do for the sinks.
This commit is contained in:
parent
d18cae458f
commit
dc5ec2c296
1 changed files with 2 additions and 2 deletions
|
|
@ -1557,8 +1557,8 @@ pa_source *pa_alsa_source_new(pa_module *m, pa_modargs *ma, const char*driver, p
|
|||
pa_thread_mq_init(&u->thread_mq, m->core->mainloop, u->rtpoll);
|
||||
|
||||
u->smoother = pa_smoother_new(
|
||||
DEFAULT_TSCHED_WATERMARK_USEC*2,
|
||||
DEFAULT_TSCHED_WATERMARK_USEC*2,
|
||||
DEFAULT_TSCHED_BUFFER_USEC*2,
|
||||
DEFAULT_TSCHED_BUFFER_USEC*2,
|
||||
TRUE,
|
||||
TRUE,
|
||||
5,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue