ap-atul / Audio-Denoising

Noise removal/ reducer from the audio file in python. De-noising is done using Wavelets and thresholding is done by VISU Shrink thresholding technique
MIT License
155 stars 19 forks source link
audio-denoising audio-processing-with-python noise-reduction noise-removal process-big-audio-files

Audio De-noising

A simple yet very powerful noise remover and reducer built in python. The noise removed by using Wavelet Transform.

Wavelets has been very powerful tool to decompose the audio signal into parts and apply thresholds to eliminate unwanted signal like noise. The thresholding method is the most important in the process of Audio De nosing.

The thresholding used is VisuShrink method or the universal threshold introduce by Donoho

This repo uses pywt. I have a custom implementation of wavelet here wavelets & wavelets-ext (cython speed up)

Execution