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
Is it possible to obtain the original wav audio files from the .npys published online? I tried normalizing the deconvolved samples with deconvolved * 0.99 / np.max(np.abs(deconvolved)), but some audio files contain a strong background noise.
The text was updated successfully, but these errors were encountered:
Is it possible to obtain the original wav audio files from the .npys published online? I tried normalizing the deconvolved samples with
deconvolved * 0.99 / np.max(np.abs(deconvolved))
, but some audio files contain a strong background noise.The text was updated successfully, but these errors were encountered: