]> git.alsa-project.org Git - alsa-utils.git/commit
alsaloop: Fixes and added --workaround option
authorJaroslav Kysela <perex@perex.cz>
Mon, 11 Oct 2010 08:24:14 +0000 (10:24 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 11 Oct 2010 08:24:14 +0000 (10:24 +0200)
commitbee994f509e6829647aa68fd276f5e8821d15445
treefe5f5131c166564b1aff4eb83279b468aeaeb1dd
parente77983d3c55a7822e2151dfd60d9a20ec2023c9f
alsaloop: Fixes and added --workaround option

- added workaround for alsa-lib (pthread configuration parsing issue) -
  the workaround must be activated manually using ('--workaround serialopen')
- fixed avail_min initialization (caused high CPU usage or xruns)
- fixed shared buffer initialization (both capture and playback buffers
  must have equal number of samples in this config)

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
alsaloop/Makefile.am
alsaloop/alsaloop.c
alsaloop/alsaloop.h
alsaloop/pcmjob.c
alsaloop/test.sh