added
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Sat, 29 Apr 2023 05:48:54 +0000 (15:48 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Sat, 29 Apr 2023 05:48:54 +0000 (15:48 +1000)
example.alsa.conf [new file with mode: 0644]

diff --git a/example.alsa.conf b/example.alsa.conf
new file mode 100644 (file)
index 0000000..81d6b90
--- /dev/null
@@ -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
+}
+