SilentStream is a powerful Windows application for audio noise suppression and routing. It utilizes advanced filtering (Neural Network Noise Suppression) to transfer microphone audio to a virtual cable without noise.
- Real-time Noise Suppression: Uses
nnnoiselessfor AI-driven noise suppression. - Microphone Routing: Route audio from any input to a virtual output (e.g., VB-Cable).
- System Tray Integration: Minimizes to the system tray for unobtrusive usage.
- Configuration: Saves settings such as threshold values and autostart preferences.
- OS: Windows 10/11
- Drivers: VB-Audio Virtual Cable (or another virtual audio cable).
- Download the latest SilentStream_Setup.zip from the Releases page.
- Run the installer to set up SilentStream on your system.
- Note on Security: As this is a new and unsigned application, Windows SmartScreen or other antivirus software may flag it as "unrecognized" or "unsafe". This is simply because the app hasn't built up a high download reputation yet. The application is completely virus-free and safe to use.
- Download the
SilentStream_Installer.zip. - Extract the zip file.
- Double-click
install.bat.- This will install the app to your AppData folder.
- Creates shortcuts on your Desktop and Start Menu.
- Checks if you have the required Virtual Cable driver.
- Ensure Rust is installed.
- Clone the repository.
- Build the release version:
cargo build --release - You can package the zip installer by running
package_release.ps1.
- GUI Framework:
eframe(egui) - Audio Backend:
cpal
Special thanks to the open-source community. Key libraries used: