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
Worked properly! However, now it always outputs [blank_audio] with VAD off or [skip] with it on (and sometimes vice versa) when I'm not saying anything.
As an aside, are the configuration options documented anywhere? It'd be very cool to have a better understanding of the terms involved.
if there's no VAD then it your audio to Whisper even if there's no speaking, and Whisper returns [blank_audio] as an output
really VAD should be on, to conserve computation resources.
Problem: LocalVocal transcribes audio it hears even when the audio source is muted.
Expectation: LocalVocal ceases transcription when source is muted.
Steps to reproduce: Mute the microphone and keep talking anyway.
I know above is a bit silly, but it's a very unexpected issue, which sucks because I really like this project so far.
The text was updated successfully, but these errors were encountered: