editorial
[rrq/newlisp/alsa-dispatcher.git] / example.alsa.conf
1 # Disable dispatch by commenting the line below
2 pcm.!default dispatch
3
4 pcm.dispatch {
5     type asym
6     playback {
7         pcm {
8             type plug
9             slave {
10                 pcm "file:|exec /usr/bin/alsa-dispatcher"
11                 format S16_LE; channels 2; rate 48000;
12             }
13         }
14     }
15     capture plughw
16 }
17