locaal-ai / obs-cleanstream

CleanStream is an OBS plugin that uses AI to clean live audio streams from unwanted words and utterances
https://obsproject.com/forum/resources/cleanstream-remove-uhs-ums-profanity-in-your-live-stream-or-recording-with-ai.1732/
GNU General Public License v2.0
140 stars 11 forks source link

Add GPU support #4

Open royshil opened 1 year ago

royshil commented 1 year ago

Using the GPU support from whisper.cpp will be crucial for real-time audio stream processing It's already supported upstream for CUDA and CoreML: https://github.com/ggerganov/whisper.cpp OpenVINO is also planned