Replies: 1 comment
-
|
"Thank you" (or similar hallucinations) are often added to transcription output when there is silence in the audio input.
Removing silence (more aggressively) may help with unwanted "thank you"s. Here are custom options optimized for transcription: Note: there are some bug reports that compression is not happening before transcription. That would mean this silence removal would also not be happening. So changing the options may not have any effect. Explanation of each setting above: |
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
Uh oh!
There was an error while loading. Please reload this page.
-
How do I disable the "Thank you" from being added to transcriptions generated after recording? When using the
Command+Shift+;to start recording and end recording the transcription is generated from the recording and a "Thank you" is appended to the transcribed text. I seetranscribe-rsis used and hoping someone can help here.I'd like to disable this but I'm not sure how the transcription is generated or processed. Here are some of my settings:


custom Preview shows:
ffmpeg -i input.wav -af silenceremove=start_periods=1:start_duration=0.1:start_threshold=-50dB:detection=peak,aformat=s16:16000:1 -c:a libopus -b:a 32k -ar 16000 -ac 1 -compression_level 10 output.opus
Beta Was this translation helpful? Give feedback.
All reactions