summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.asoundrc21
1 files changed, 21 insertions, 0 deletions
diff --git a/.asoundrc b/.asoundrc
new file mode 100644
index 0000000..38722f0
--- /dev/null
+++ b/.asoundrc
@@ -0,0 +1,21 @@
+# Find and use input "Microphone" for input
+pcm.usb
+{
+ type hw
+ card Microphone
+}
+pcm.!default
+{
+ type asym
+ playback.pcm
+ {
+ # Use the dmix plug to allow multiple outputs.
+ type plug
+ slave.pcm "dmix"
+ }
+ capture.pcm
+ {
+ type plug
+ slave.pcm "usb"
+ }
+}