Suppress arbitrary speech in silence #1258
Unanswered
shivamidow
asked this question in
Q&A
Replies: 1 comment
-
I have thought of a better solution that works perfectly. Remove the silence using ffmpeg. See https://stackoverflow.com/questions/25697596/using-ffmpeg-with-silencedetect-to-remove-audio-silence. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are similar posts (e.g., #735 and #567) to this question, but I could not find a solution for this issue.
I want to disable or at least suppress non-speech output. How can I do that?
I already tried
whisperParams.suppress_blank = true
andwhisperParams.suppress_non_speech_tokens = true
. While the blank message and onomatopoeic words were gone with the options, Whisper.cpp started outputting arbitrary speech even if the input was empty (i.e., silent noise). The following is part of the random talks that I got. Where do they come from, and why? And how can I completely disable them?Beta Was this translation helpful? Give feedback.
All reactions