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 could run whisper-cli to detect language and it works great (as the following): whisper-cli -f ./jfk.wav -dl --model ./ggml-small.bin
it works great and I could get the auto-detected language (like the following)::
...
whisper_full_with_state: auto-detected language: en (p = 0.958143)
...
my question is: can I also use the same "-dl" option to detect a wav-file which has multiple languages? in this case will whisper-cli show 2 language-types (similar as the above, but show 2 language-types)? Thanks!
The text was updated successfully, but these errors were encountered:
PR will output more probs if (for example) there is a group of probs whose values are much bigger than others, then output all these bigger probs (is this correct?):
Hi,
I could run whisper-cli to detect language and it works great (as the following):
whisper-cli -f ./jfk.wav -dl --model ./ggml-small.bin
it works great and I could get the auto-detected language (like the following)::
my question is: can I also use the same "-dl" option to detect a wav-file which has multiple languages? in this case will whisper-cli show 2 language-types (similar as the above, but show 2 language-types)? Thanks!
The text was updated successfully, but these errors were encountered: