move alsa config and add env variable

This commit is contained in:
Daja177
2020-01-20 13:35:00 +01:00
committed by Luke Smith
parent feba4ed3eb
commit 2149d1ebb7
2 changed files with 1 additions and 0 deletions

View File

@@ -1,21 +0,0 @@
# 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"
}
}