piper
piper copied to clipboard
return _phonemize_espeak(text, voice, str(data_path)) RuntimeError: Failed to set eSpeak-ng voice
python3 -m piper_train.preprocess --language "zh" --input-dir ./dataset_dir/ --output-dir ./training_dir/ --dataset-format ljspeech --single-speaker --sample-rate 22050 When I run this I get an error( RuntimeError: Failed to set eSpeak-ng voice), espeak-ng is also installed, and the --language modification bit en or vi can run
did you find a fix?
+1