emcodem
emcodem
Forking is not needed at all, the correct way is to just use the API or script around the main commandline example. I guess just as the guys from SubtitlEdit...
5. even if it would run on ARM, it would probably not perform as you expected because it is not optimized on the ARM NEON/Accelerate stuff. For M1 you better...
What is the reason you ask for this? Is all you want to do a simple usage or do you target other things? E.g. it would be trivial for me...
https://github.com/Const-me/Whisper/issues/26#issuecomment-1664575228
You need to know, whisper does not have any knowledge about language, words, sense or whatever. It just has been trained with a huge amount of audio matching ready built...
I have recently learned that there is now a name for the functionality you are looking for, it's called code switching. Maybe you find projects in the future who implement...
https://github.com/Const-me/Whisper/issues/116
Yeah i have seen this project, it would be interesting if anyone could invest some serious effort to compare faster-whisper and const-me version in terms of speed and quality. Also...
Whats the problem for you, hang, crash, repeat forever?
@softlypink faster-whisper with Ctranslate2 has lots of magic builtin regarding the sampling strategy, but Const only has simple greedy search (which i think is totally fine for use with whisper...