vbelz / Speech-enhancement

Deep learning for audio denoising
MIT License
620 stars 124 forks source link

Inference pipeline #19

Open agunapal opened 3 years ago

agunapal commented 3 years ago

Hello,

The model does a great job of removing the noise. However I notice that the speech quality is degraded.

For testing, I changed X_denoise = m_amp_db_audio - inv_sca_X_pred[:,:,:,0] to X_denoise = m_amp_db_audio.

I was expecting the original audio file. FYI, my input is a mono channel 16000 wav file. Can you please help me. I am guessing I need to change some parameters other than the sample rate.