Archives June 19, 2012
Alsa Loopback Devices for Fun, but not yet profit...
Written by
on
in
Tuxedo.
So you want to be able to capture the output of N Alsa "devices" (think N separate programs). It seems like the correct solution to this should be an Alsa loopback device... so, here's how to create them.
- Add snd-aloop to your /etc/modules
- Add a file named /etc/modprobe.d/alsa-aloop.conf (content below)
- Create a .asoundrc that makes ...