You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using the llm_voice_chat demo, I hummed randomly, and the VAD model detected it as speech. However, the STT returned empty text, resulting in this:
I tried setting vad_options.threshold to 0.7 but didn't see any changes. This seems more like a VAD model issue than a FastRC problem. Just mentioning it here in case some parameter can be tuned to resolve it
The text was updated successfully, but these errors were encountered:
While using the
llm_voice_chat
demo, I hummed randomly, and the VAD model detected it as speech. However, the STT returned empty text, resulting in this:I tried setting
vad_options.threshold
to 0.7 but didn't see any changes. This seems more like a VAD model issue than a FastRC problem. Just mentioning it here in case some parameter can be tuned to resolve itThe text was updated successfully, but these errors were encountered: