You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: