mirror of https://github.com/coqui-ai/TTS.git
Update docs
This commit is contained in:
parent
a07397733b
commit
da93d768b8
|
@ -113,7 +113,7 @@ def formatter(root_path, manifest_file, **kwargs): # pylint: disable=unused-arg
|
||||||
cols = line.split("|")
|
cols = line.split("|")
|
||||||
wav_file = os.path.join(root_path, "wavs", cols[0])
|
wav_file = os.path.join(root_path, "wavs", cols[0])
|
||||||
text = cols[1]
|
text = cols[1]
|
||||||
items.append({"text":text, "audio_file":wav_file, "speaker_name":speaker_name})
|
items.append({"text":text, "audio_file":wav_file, "speaker_name":speaker_name, "root_path": root_path})
|
||||||
return items
|
return items
|
||||||
|
|
||||||
# load training samples
|
# load training samples
|
||||||
|
|
Loading…
Reference in New Issue