- Supported Bit Versions
-
- 64-bit
- Source Code URL
- https://github.com/occ-ai/obs-cleanstream
- Minimum OBS Studio Version
- 28.0.0
- Supported Platforms
-
- Windows
- Mac OS X
- Linux
CleanStream is an OBS plugin that cleans live audio streams or any other video or audio source, from unwanted words and utterances. ~100 languages supported - fully local, no extra cloud costs!
Need live support? Meet us on Discord !
Like this work? Star the GitHub repo, support my work on GitHub, Patreon or OpenCollective
Interested in AI? Copilot for OBS? Check out my AI for OBS tutorials and URL/API source! Be a 10x streamer / creator with free AI tools open source.
Demo and Tutorial
It is using a neural network (OpenAI Whisper) to predict in real time the speech and remove the unwanted words.
It's using the Whisper.cpp project from ggerganov to run the Whisper network in a very efficient way.
Check out LocalVocal a local speech transcription plugin using the same AI technology: https://github.com/occ-ai/obs-localvocal
Need live support? Meet us on Discord !
Like this work? Star the GitHub repo, support my work on GitHub, Patreon or OpenCollective
Interested in AI? Copilot for OBS? Check out my AI for OBS tutorials and URL/API source! Be a 10x streamer / creator with free AI tools open source.
Download
Check out the latest releases for downloads and install instructions.Demo and Tutorial
Requirements
- OBS version 30+ for plugin v0.0.4+
- OBS version 29+ for plugin v0.0.2+
- OBS version 28+ for plugin v0.0.1
Introduction
CleanStream is an OBS plugin that cleans live audio streams from unwanted words and utterances, such as "uh"s and "um"s, and other words that you can configure, like profanity.It is using a neural network (OpenAI Whisper) to predict in real time the speech and remove the unwanted words.
It's using the Whisper.cpp project from ggerganov to run the Whisper network in a very efficient way.
Check out LocalVocal a local speech transcription plugin using the same AI technology: https://github.com/occ-ai/obs-localvocal