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
I am using large-v3 model because only this model have my prefer language done properly.
However I want to toggle "en" and "" (auto) and my prefer language on the fly, and I want to loa different model on-the-fly (because for english it is much faster in base model), so that I no longer need to compile multiple apk for different purpose.
How can I do that? Thanks!
The text was updated successfully, but these errors were encountered:
Split your audio into chapters or chunks and encode the English ones then the other language ones..then just combine back all the subs into one subtitle.
Split your audio into chapters or chunks and encode the English ones then the other language ones..then just combine back all the subs into one subtitle.
I want it to be a VTT text input method. In this case I have to set the language into "yue", and use Large v3 model, because it is the only module support "yue".
I want it to be a translation tool while traveling to other place like Japan. In this case I have to set the language into "jp" or "en" when I am talking to japanese people and set the language to "en" or "zh" or "yue" when the Japanese people are talking. In this case, I might use a lightweight module to increase the speed.
So I have to compile at least 2 different apk to achieve both use case.
I read this #1099 so that I can configure the language in build time.
whisper.cpp/examples/whisper.android/lib/src/main/jni/whisper/jni.c
Line 179 in 021eef1
I am using large-v3 model because only this model have my prefer language done properly.
However I want to toggle "en" and "" (auto) and my prefer language on the fly, and I want to loa different model on-the-fly (because for english it is much faster in base model), so that I no longer need to compile multiple apk for different purpose.
How can I do that? Thanks!
The text was updated successfully, but these errors were encountered: