Closed jmfrank63 closed 1 year ago
Please do not merge directly, this branch is now dependent on my fork of your whisper-rs-bindings.
The change there is that whisper.cpp
now uses a new loader class which will be used.
I also added clippy
lints.
Currently, all languages end up transcribed as English, as translate is hard-coded. With this PR a flag is added, making translation default again to false and by adding the flag translates into English. I also added a
clippy
allow dead code forutils.rs
removing warnings.Thank you for your great work. This works like a charm.