Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoiseDFN - Noise suppression for Discord (Vencord / Vesktop)

Removes background noise in Discord voice chat.

  • Cleans your mic for others
  • Cleans selected friends mics for you
  • Green speaking ring still works

How it works

DeepFilterNet3 (WASM + ONNX) in AudioWorklet. Outbound via getUserMedia, inbound per user via RTCPeerConnection.

Install

git clone https://github.com/Vendicated/Vencord && cd Vencord
git clone https://github.com/FlimixST/NoiseDFN src/userplugins/noisedfn
pnpm install && pnpm build

Assets already in noisedfn/assets/ - no extra download.

Then inject:

  • Discord Desktop: pnpm inject and pick your install
  • Vesktop: Settings -> Vencord Settings -> Vesktop -> Open Developer Settings -> Vencord Location -> Change -> pick Vencord/dist -> restart

Settings

Settings -> Vencord Settings -> Plugins -> NoiseDFN

  • Enable
  • Your mic / level
  • Friends mics / level
  • User IDs (comma separated, empty = none) - Copy User ID with Developer Mode

No restart needed.

Releases

Packages

Contributors

Languages