Created
February 23, 2018 23:32
-
-
Save yoelrc88/226aab2ab702d211744597b32c42e82c to your computer and use it in GitHub Desktop.
Asoundrc file for Google Assistant and MATRIX Voice
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pcm.!default { | |
type asym | |
capture.pcm "mic" | |
playback.pcm "speaker" | |
} | |
pcm.mic { | |
type softvol | |
slave { | |
pcm "array" | |
} | |
control { | |
name "MicArray Master" | |
card 0 | |
} | |
} | |
pcm.speaker { | |
type plug | |
slave { | |
pcm "hw:0,0" | |
} | |
} | |
pcm.array { | |
type plug | |
slave { | |
pcm "hw:2,0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment