User Tools

Site Tools


docs:tips_n_tricks:sound.html

This is an old revision of the document!


Sound on Linux

Pulseaudio stutters

Increasing buffer sizes of the alsa card did help me:

:
load-module module-alsa-card device_id=0 tsched=true tsched_buffer_size=1048576 tsched_buffer_watermark=262144
:

Credits:

Pulseaudio hangs

Pulse client (e.g. mpd) hangs on second connect (play - stop - play) to local ALSA card via pulseaudio. Loading the idle module with a timeout of 0 helped me out:

in /etc/pulse/system.pa (or default.pa resprectively):

:
load-module module-suspend-on-idle timeout=0
:
docs/tips_n_tricks/sound.html.1506360318.txt.gz · Last modified: 25.09.2017 19:25 CEST by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki