mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 06:26:03 +00:00
parent
5979f03701
commit
271445b2f2
@ -85,7 +85,7 @@ The following command will transcribe speech in audio files, using the `turbo` m
|
|||||||
|
|
||||||
whisper audio.flac audio.mp3 audio.wav --model turbo
|
whisper audio.flac audio.mp3 audio.wav --model turbo
|
||||||
|
|
||||||
The default setting (which selects the `small` model) works well for transcribing English. To transcribe an audio file containing non-English speech, you can specify the language using the `--language` option:
|
The default setting (which selects the `turbo` model) works well for transcribing English. To transcribe an audio file containing non-English speech, you can specify the language using the `--language` option:
|
||||||
|
|
||||||
whisper japanese.wav --language Japanese
|
whisper japanese.wav --language Japanese
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user