Skip to content

Instantly share code, notes, and snippets.

@yoelrc88
Created February 23, 2018 23:32
Show Gist options
  • Save yoelrc88/226aab2ab702d211744597b32c42e82c to your computer and use it in GitHub Desktop.
Save yoelrc88/226aab2ab702d211744597b32c42e82c to your computer and use it in GitHub Desktop.
Asoundrc file for Google Assistant and MATRIX Voice
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