turns out your code doesn't join the read wav paths from train_list.txt file with the dataset path (the location of train_list.txt)
Closed this issue · 0 comments
Deleted user commented
Correct me if I'm wrong. The other issue I opened is actually is a soundfile related error (got I know when I degraded the soundfile version)
so it can't just read "wavs/22.wav" because the wav_path in meldataset.py has to include the directory location of train_list.txt file. Got my point? Though the complete thing works if only the wavs folder is kept in the StyleTTS directory (with train_list.txt whereever as input in config file)