speaking in foreign language #242
-
Hi guys, im trying to transcribe audio from different language into text, only is working with english, what is the process to being able to do this? im receiving something like this (speaking in foreign language) with spanish, french etc.. i installed the whisper.cpp , do make medium , ./main -f myfileinspanish.wav |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
You need to define the language, add "-l es" for Spanish. |
Beta Was this translation helpful? Give feedback.
-
Yeah, this is why im asking i tried that, i need to download another model based on the language or something? |
Beta Was this translation helpful? Give feedback.
-
I guess you get this message because the default model is english-only. So you need to define the model as well (the -m switch) |
Beta Was this translation helpful? Give feedback.
-
@LucasZNK if you are looking for auto-detection of the language just use the flag |
Beta Was this translation helpful? Give feedback.
I guess you get this message because the default model is english-only. So you need to define the model as well (the -m switch)