lucianodato / libspecbleach

C library for audio noise reduction and other spectral effects
GNU Lesser General Public License v2.1
67 stars 12 forks source link

Noise modeling options #8

Closed lucianodato closed 2 years ago

lucianodato commented 6 years ago

Give the user the possibility of using the rolling mean or max functions for noise spectrum modeling

lucianodato commented 2 years ago

Related to #43

lucianodato commented 2 years ago

Got this results till now:

Moving Average profile (current behavior): image

Moving Max-Median profile: image

Max profile: image

Clearly these go up in aggressiveness so the choice will be available for the user to choose in their specific case through the API.

SimonG4ELI commented 2 years ago

Looks superb!