davabase / whisper_real_time

Real time transcription with OpenAI Whisper.
2.26k stars 381 forks source link

Recieve sound data from any application along with the mic in Linux. PR or use your code? #33

Open mishashevelinn opened 12 months ago

mishashevelinn commented 12 months ago

Hi, I wrote a hook that allows sound data from any application with active sound(or several applications simultaneously) together with the mic data, to be streamed to Whisper. I'm using it for application-agnostic live-transcribtion/LLM "real time" assistance application.

Now I'm ready to push the code, and I wonder if(and how) should I address you, or should I create a PR to add my hook, after I'll prettify and test it.

Thanks for sharing your code, it's the best I tried for real time Whisper usage.

davabase commented 12 months ago

The point of this project is to remain small and educational so that other people can use it as a jumping off point to make their own projects, therefore I generally do not accept PRs that add additional functionality. The code itself is public domain and can be used in any project for any purpose.

My recommendation would be to start a new project, either by forking this one or starting from scratch and copying the code that you want, and then share your results with the rest of the community on the Whisper discussion forums.

I do appreciate the kind words and I am glad you found this project useful!