From: Ralph Ronnquist Date: Sat, 29 Apr 2023 05:48:54 +0000 (+1000) Subject: added X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=6abf7946f04ffda824fc78612a32c69c41fa90bc;p=rrq%2Fnewlisp%2Falsa-dispatcher.git added --- diff --git a/example.alsa.conf b/example.alsa.conf new file mode 100644 index 0000000..81d6b90 --- /dev/null +++ b/example.alsa.conf @@ -0,0 +1,17 @@ +# Disable dispatch by commenting the line below +pcm.!default dispatch + +pcm.dispatch { + type asym + playback { + pcm { + type plug + slave { + pcm "file:|exec /usr/bin/alsa-dispatcher" + format S16_LE; channels 2; rate 48000; + } + } + } + capture plughw +} +