sad

simple audio daemon
git clone git://git.2f30.org/sad
Log | Files | Refs | LICENSE

commit 8074ce6e181a3b3dfd4073c60c2e522709b81782
parent 016b7a96d2d83f844000ca0fa9d80aa1c0d694c9
Author: sin <sin@2f30.org>
Date:   Wed,  7 Jan 2015 17:05:04 +0000

Bring up alsa latency - some audio tracks stutter

Diffstat:
Malsa.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alsa.c b/alsa.c @@ -76,7 +76,7 @@ alsaopen(Format *fmt) } if ((r = snd_pcm_set_params(hdl, format, SND_PCM_ACCESS_RW_INTERLEAVED, - fmt->channels, fmt->rate, 0, 50000)) < 0) { + fmt->channels, fmt->rate, 0, 500000)) < 0) { warnx("send_pcm_set_params: %s\n", snd_strerror(r)); goto err0; }