Update docs

pull/2257/head
Eren G??lge 2023-01-02 10:07:03 +01:00
parent a07397733b
commit da93d768b8
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ def formatter(root_path, manifest_file, **kwargs): # pylint: disable=unused-arg
cols = line.split("|")
wav_file = os.path.join(root_path, "wavs", cols[0])
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
# load training samples