- 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!
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.
This plugin is EXPERIMENTAL, as the technology is maturing.
In the meantime, check out LocalVocal a local speech transcription plugin using the same AI technology: https://github.com/obs-ai/obs-localvocal
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.
We're working on improving the plugin and adding more features. If you have any ideas or suggestions, please open an issue.
GPU support is coming soon. Whisper.cpp is using GGML which should have GPU support for major platforms. We will bring it to the plugin when it's ready.
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.
This plugin is EXPERIMENTAL, as the technology is maturing.
In the meantime, check out LocalVocal a local speech transcription plugin using the same AI technology: https://github.com/obs-ai/obs-localvocal
Download
Check out the latest releases for downloads and install instructions.Demo and Tutorial
Requirements
- 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.
This plugin is still experimental and is not ready for live production use.
But it is working, and you can try it out. Please report any issues you find.We're working on improving the plugin and adding more features. If you have any ideas or suggestions, please open an issue.
GPU support is coming soon. Whisper.cpp is using GGML which should have GPU support for major platforms. We will bring it to the plugin when it's ready.