wavelet-denoiser
wavelet-denoiser copied to clipboard
A wavelet audio denoiser done in python
Results
3
wavelet-denoiser issues
Sort by
recently updated
recently updated
newest added
fix noiseFilter when `Px[i] < self.c * ak * Pn`
Process both channels independently, assuming the two channels may have different noise levels
The code currently uses time.sleep("4") to delay at the end of the program while audio is played. You could use: sounddevice.wait() to play the file, wait until it is finished,...