This commit is contained in:
legop3
2025-11-27 19:06:36 -05:00
parent 37d5841d1c
commit 6eac64beab
7 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -1,14 +1,14 @@
# Use the Google Voice HAT soundcard as the primary device by name (more robust than numeric card index)
# Use the Google Voice HAT soundcard as the primary device by name (card id is "sndrpigooglevoi")
options snd_rpi_googlevoicehat_soundcard index=0
# Simple defaults: direct playback/capture on the voice HAT
pcm.!default {
type asym
playback.pcm "plughw:sndrpigooglevoicehat_soundcar,0"
capture.pcm "plughw:sndrpigooglevoicehat_soundcar,0"
playback.pcm "plughw:sndrpigooglevoi,0"
capture.pcm "plughw:sndrpigooglevoi,0"
}
ctl.!default {
type hw
card sndrpigooglevoicehat_soundcar
card sndrpigooglevoi
}