diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-11-23 23:28:19 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-11-23 23:28:19 -0500 |
| commit | 24325dd124dc31924fd1f995fcb78cc8f3bf5c08 (patch) | |
| tree | 86ec8dcb9ea5993af47545326cf417483c2a49a8 /.asoundrc | |
| parent | 8cd3c2a739b8ff965d908130326cbd6b431254ca (diff) | |
| download | eibhear-24325dd124dc31924fd1f995fcb78cc8f3bf5c08.tar.gz eibhear-24325dd124dc31924fd1f995fcb78cc8f3bf5c08.tar.zst eibhear-24325dd124dc31924fd1f995fcb78cc8f3bf5c08.zip | |
alsa config
Diffstat (limited to '.asoundrc')
| -rw-r--r-- | .asoundrc | 21 |
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" + } +} |
