From 6abf7946f04ffda824fc78612a32c69c41fa90bc Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sat, 29 Apr 2023 15:48:54 +1000 Subject: [PATCH] added --- example.alsa.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 example.alsa.conf 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 +} + -- 2.39.2