This commit is contained in:
legop3
2025-11-29 03:16:54 -05:00
parent 4d02b6fcac
commit 40a0409f7e
3 changed files with 17 additions and 4 deletions
+11
View File
@@ -12,3 +12,14 @@ ctl.!default {
type hw
card 0
}
# Stable capture device for ffmpeg/roverd: exposes the HAT at fixed format/rate.
pcm.rovermic {
type plug
slave {
pcm "hw:0,0"
format S32_LE
rate 48000
channels 2
}
}