Revert "move alsa config and add env variable"

This reverts commit 2149d1ebb7.
This commit is contained in:
Luke Smith
2020-01-20 18:10:18 -05:00
parent e97d28bdd8
commit 6c8147ea60
2 changed files with 0 additions and 1 deletions

21
.asoundrc Normal file
View File

@@ -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"
}
}