Rikorose / DeepFilterNet

Noise supression using deep filtering
https://huggingface.co/spaces/hshr/DeepFilterNet2
Other
2.4k stars 223 forks source link

Fix wrong channel in Pipewire mono source example #554

Closed unneon closed 4 months ago

unneon commented 5 months ago

The Pipewire example for creating a noise-suppressing virtual microphone sets the only channel as FL (front-left), which makes audio from the microphone present only on the left channel. Setting the channel to MONO instead fixes the issue.