m1guelpf / whisper-cli-rs

A Whisper CLI, built with Rust.
MIT License
97 stars 13 forks source link

Add clap flag translate #5

Closed jmfrank63 closed 1 year ago

jmfrank63 commented 1 year ago

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 for utils.rs removing warnings.

Thank you for your great work. This works like a charm.

jmfrank63 commented 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.