Files
addons/google_assistant/asoundrc
Pascal Vizeli 733ddafabc Add google assistant (#140)
Add an optional extended description…
2017-07-20 12:25:54 +02:00

18 lines
200 B
Plaintext

pcm.!default {
type asym
capture.pcm "mic"
playback.pcm "speaker"
}
pcm.mic {
type plug
slave {
pcm "hw:%%MIC%%"
}
}
pcm.speaker {
type plug
slave {
pcm "hw:%%SPEAKER%%"
}
}