mustafaaljadery / lightning-whisper-mlx

An extremely fast implementation of whisper optimized for Apple Silicon using MLX.
https://mustafaaljadery.github.io/lightning-whisper-mlx/
546 stars 25 forks source link

Support for full set of output formats - e.g. vtt, json and json-full #12

Open stephenmcconnachie opened 4 months ago

stephenmcconnachie commented 4 months ago

The speed benefits over whisper.cpp on Apple GPU are amazing, but I believe only text output format is currently supported.

It would be amazing if the set of outputs that whisper.cpp supports, could be added to lightning-whisper-mlx - especially the vtt, json and json-full outputs.

Docs at whisper.cpp repository: https://github.com/ggerganov/whisper.cpp/blob/73d13ad19a8c9c4da4f405088a85169b1a171e66/README.md?plain=1#L124

escoolioinglesias commented 4 months ago

👍👍 for full set of output formats Srt would be amazing!