justinjohn0306 / FakeYou-Tacotron2-Notebook

Tacotron2 Training Notebook for FakeYou.com
155 stars 45 forks source link

Cannot detect wav files for conversion to mel spectrogram #18

Open JET2001 opened 1 year ago

JET2001 commented 1 year ago

Hi! I am getting this error where the create_mel() function is unable to detect the .wav file for some reason.

image

This is despite being able to extract the .wav files from zip.

image

In addition, here are my audacity settings for conversion of the audio files: 22050 Hz video rate and mono setting

image

Do you happen to know what might be the problem?