-
Notifications
You must be signed in to change notification settings - Fork 477
Open
Description
I'm using the following CLI command to transcribe an audio file:
swift run whisperkit-cli transcribe --model-path "Models/whisperkit-coreml/openai_whisper-large-v3" --audio-path "podcast.wav"The file is a language-learning podcast consisting of the hosts talking (in a mix of English and Chinese) and a short dialogue entirely in Chinese. While the hosts' words are accurately transcribed in their respective languages, the Chinese-only dialogue is automatically translated into English. Is there a way to avoid this and get the Chinese transcription of the dialogue instead? As far as I can tell, "transcribe" is already set as the default task, rather than "translation".
Metadata
Metadata
Assignees
Labels
No labels