Skip to content

Commit

Permalink
obs-filter: Add NVIDIA Room Echo Removal to noise suppression filter
Browse files Browse the repository at this point in the history
This adds the NVIDIA Room Echo Removal (dereverb) & a combined
Room Echo Removal + Noise Removal.

Signed-off-by: pkv <pkv@obsproject.com>
  • Loading branch information
pkviet committed Jul 24, 2022
1 parent 048090a commit 4ac96e1
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 93 deletions.
4 changes: 3 additions & 1 deletion plugins/obs-filters/data/locale/en-US.ini
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ NoiseSuppress.Intensity="Suppression Intensity"
NoiseSuppress.Method="Method"
NoiseSuppress.Method.Speex="Speex (low CPU usage, low quality)"
NoiseSuppress.Method.RNNoise="RNNoise (good quality, more CPU usage)"
NoiseSuppress.Method.nvafx="NVIDIA Noise Removal (good quality, no CPU usage)"
NoiseSuppress.Method.Nvafx.Denoiser="NVIDIA Noise Removal"
NoiseSuppress.Method.Nvafx.Dereverb="NVIDIA Room Echo Removal"
NoiseSuppress.Method.Nvafx.DenoiserPlusDereverb="NVIDIA Noise Removal + Room Echo Removal"
Saturation="Saturation"
HueShift="Hue Shift"
Amount="Amount"
Expand Down
Loading

0 comments on commit 4ac96e1

Please sign in to comment.