MckinstryJ
MckinstryJ
@seungwonpark Its been awhile since the last comment but has anyone figured out this issue for LJSpeech? Adjusting the batch_size to 1 or 2^n didn't help.
Hey all, I'm stuck! Here is the code I used to resample the audio to be of 1 channel and 16kHz. ``` import os import wave import audioop def downsampleWav(src,...
Thanks for the quick reply, however, I'm still getting the same error after processing the audio with sox. To give you more info, this is the MFA command: ```mfa align...
Thanks for you help! What eventually worked for me was resampling the audio to be of 1 channel and 16kHz using SoX then created .lab files using prosodylab.alignertools. Once I...