mustafaaljadery / lightning-whisper-mlx

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

Real time audio input #13

Open touhi99 opened 1 month ago

touhi99 commented 1 month ago

Hi, real nice implementation and was impressed to run on my 16gb m1 air. Are there some plan to run it as real time audio input (in terminal like in whisper.cpp https://github.com/ggerganov/whisper.cpp?tab=readme-ov-file#real-time-audio-input-example)?

Thanks.

tetratorus commented 1 month ago

Was looking for the exact same thing and decided to make my own

https://gist.github.com/tetratorus/b76248a82a50945dadb76a170246908b

touhi99 commented 1 month ago

nice, thanks, works fine for me! you can maybe add as a module and make a pull request to include it