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
Is there a way to specify the language (English) so that whisper doesn't need to autodetect?
For example:
result = model.transcribe("short-02.mp3", language='English')
It would be great if Whisper could replace silence (pauses, say longer than 2sec) in the transcribed file. Eg. using a special character as a placeholder (~)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to specify the language (English) so that whisper doesn't need to autodetect?
For example:
result = model.transcribe("short-02.mp3", language='English')
It would be great if Whisper could replace silence (pauses, say longer than 2sec) in the transcribed file. Eg. using a special character as a placeholder (~)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions