Analysis updated 2026-05-18
Clean up and master a podcast recording without uploading it to a cloud service.
Batch process a whole folder of old podcast episodes overnight for consistent loudness.
Transcribe a podcast episode locally with speaker labels and export SRT or VTT captions.
Automatically master new recordings dropped into a watched folder.
| bluejacketblackhawk/cleanroom | 04amanrajj/netwatch | 0xr10t/pulsefi | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | Rust | Rust | Rust |
| Setup difficulty | easy | moderate | hard |
| Complexity | 1/5 | 3/5 | 4/5 |
| Audience | general | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Windows installer is unsigned, so SmartScreen shows an unknown publisher warning that needs to be bypassed manually.
Cleanroom is a free desktop app for Windows and macOS that cleans up and masters podcast audio in one click. You drop in an audio or video file, press Master, and it runs everything on your own computer, with no cloud upload, no account, and no subscription. The whole process, including the noise removal models and the audio tools it depends on, is bundled into the download, so there is nothing extra to install. Pressing Master runs a chain of processing steps: it brings the loudness up to a standard broadcast target, removes background noise like room echo, hiss, and fan sound using an AI denoising model called DeepFilterNet3, and evens out the volume so a quiet speaker and a loud speaker end up sounding balanced. The app shows an A and B toggle so you can flip between the original and the processed version at any point in the recording to hear exactly what changed. It also shows a plain-English summary of what it found and fixed, such as noticing room echo or a hum at 60 Hz, with the underlying numbers available if you hover over them. Beyond the one-click mastering, the app can export to several audio formats including WAV, MP3, FLAC, Opus, and AAC, and can batch process a whole folder of old episodes overnight. It can watch a folder and automatically master any new file dropped into it, transcribe speech locally with speaker labels using whisper.cpp, remove dead air and filler words with your review before applying changes, and handle multitrack recordings with per-track processing and automatic alignment for remote interviews. There is also a command line interface for scripting, and the tool produces the exact same output file every time given the same input and settings. The README compares the project directly to Auphonic, a paid cloud-based podcast processing service, describing Cleanroom as a free and open-source alternative that keeps audio on the user's machine, works offline, and has no per-file credit limits. The project is released under the MIT license.
A free, local desktop app that automatically masters podcast audio: loudness, AI denoise, and leveling, in one click.
Mainly Rust. The stack also includes Rust, DeepFilterNet3, whisper.cpp.
MIT license: use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.