mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
raaahhh
This commit is contained in:
+4
-4
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user