XVF3800 Channel - ASR - external amplifier #56
juniormajor
started this conversation in
General
Replies: 1 comment 5 replies
-
|
Hey @juniormajor, the LVA code automatically sets both left and right mic channels to 7 3 instead of the default R 8 0 L 7 3. This was done due to the way soundcard merges the two channels into a single channel which is needed for wake word detection. Through testing, having both channels set to 7 3 (post-processed audio) resulted in better wake word detection and fewer false positives. This change is initiated by the main.py file (line 157) and committed by xvf3800_led_backend.py (line 41) as this is where the other usb ctl_transfer() logic is performed. Let me know if this doesn't answer your question. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
as i'm using an HiFiBerry Amp as an external amplifier, i'm testing AEC/ASR options. i don't find the location, where the used channel of the XVF is defined, as in 2.0.7 left channel is post-processed audio, right channel is ASR. Or am i overthinking the config?
Beta Was this translation helpful? Give feedback.
All reactions