Skip to content

yyyutakaaa/SilentStream

Repository files navigation

SilentStream

Rust Platform

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.

Features

  • Real-time Noise Suppression: Uses nnnoiseless for 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.

Requirements

Installation & Usage

Recommended Installation (Recommended)

  1. Download the latest SilentStream_Setup.zip from the Releases page.
  2. Run the installer to set up SilentStream on your system.
  3. 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.

Alternative Installation (Manual)

  1. Download the SilentStream_Installer.zip.
  2. Extract the zip file.
  3. 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.

Building from Source

  1. Ensure Rust is installed.
  2. Clone the repository.
  3. Build the release version:
    cargo build --release
  4. You can package the zip installer by running package_release.ps1.

Development

  • GUI Framework: eframe (egui)
  • Audio Backend: cpal

Credits

Special thanks to the open-source community. Key libraries used:

About

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.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors