Update README.md

Default now uses Turbo instead of Small
This commit is contained in:
BotMaster3000 2024-10-07 16:14:27 +02:00 committed by GitHub
parent 25639fc17d
commit 9b314370f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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