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
./main -h says that translation to English is off by default:
-tr, --translate [false ] translate from source language to english
...
-l LANG, --language LANG [en ] spoken language ('auto' for auto-detect)
But when I transcribe a file with non-English speech, by default all of it is automatically translated. Specifying -l auto sometimes disables translation. Setting the language explicitly translates everything to the forced language. Often poorly.
How do I disable translating the wrong language parts?
./main -h
says that translation to English is off by default:But when I transcribe a file with non-English speech, by default all of it is automatically translated. Specifying
-l auto
sometimes disables translation. Setting the language explicitly translates everything to the forced language. Often poorly.How do I disable translating the wrong language parts?
whisper.cpp version: 1.7.3. Model: ggml-large-v3-turbo-q8_0.bin. OS: Gentoo Linux.
The text was updated successfully, but these errors were encountered: