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
There's never anything called /tmp/blah* being written. Not in between the run and not at its end. Only stdout. git pull'd and recompiled today to make sure it's not a fixed thing.
If the following command is used:
~ % /Users/xxxx/Projects/whisper.cpp/build/bin/whisper-cli
-t 12
-p 12
-of /Users/xxxx/downloads/transcripts/output
-otxt \
-l zh
-m /Users/xxxx/Projects/whisper.cpp/models/ggml-large-v3.bin
/Users/xxxx/downloads/output.wav
No file output. Although the system shows that the file has been exported to the specified directory.
If the following command is used:
~ % /Users/xxxxProjects/whisper.cpp/build/bin/whisper-cli
-t 12
-p 12
-of /Users/xxxx/downloads/transcripts/output
--output-txt \
-l zh
-m /Users/xxxx/Projects/whisper.cpp/models/ggml-large-v3.bin
/Users/xxxx/downloads/output.wav
The file output.txt will be output normally
My system:
Apple M3 Max, MacBook Pro,128GB,Sequoia 15.3.2
whisper.cpp v1.7.4
The text was updated successfully, but these errors were encountered: