OSDN Git Service

Introduce alsaloop utility
authorJaroslav Kysela <perex@perex.cz>
Wed, 18 Aug 2010 06:29:03 +0000 (08:29 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 6 Oct 2010 08:01:52 +0000 (10:01 +0200)
commit1e75673035ffc0971719974715211d6a0a48e61a
tree1c736c15d0a92d8889b3ae6b7839dafbc7714662
parent87c58b59b5c443fe3244bd06417c451581d1f635
Introduce alsaloop utility

alsaloop allows create a PCM loopback between a PCM capture device
and a PCM playback device.

alsaloop supports multiple soundcards, adaptive clock synchronization,
adaptive rate resampling using the samplerate library (if available in
the system). Also, mixer controls can be redirected from one card to
another (for example Master and PCM).

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
.gitignore
Makefile.am
alsaloop/Makefile.am [new file with mode: 0644]
alsaloop/alsaloop.1 [new file with mode: 0644]
alsaloop/alsaloop.c [new file with mode: 0644]
alsaloop/alsaloop.h [new file with mode: 0644]
alsaloop/control.c [new file with mode: 0644]
alsaloop/effect-sweep.c [new file with mode: 0644]
alsaloop/pcmjob.c [new file with mode: 0644]
alsaloop/test.sh [new file with mode: 0755]
configure.in