add text to dict
Browse files
librispeech-phones-and-mel.py
CHANGED
@@ -122,6 +122,7 @@ class Librispeech(datasets.GeneratorBasedBuilder):
|
|
122 |
"speaker_utterance": temporal_speaker_path,
|
123 |
"mean_speaker_utterance": overall_speaker_path,
|
124 |
"mean_speaker": mean_speaker_path,
|
|
|
125 |
}
|
126 |
|
127 |
def _df_from_paths_mp(self, paths):
|
|
|
122 |
"speaker_utterance": temporal_speaker_path,
|
123 |
"mean_speaker_utterance": overall_speaker_path,
|
124 |
"mean_speaker": mean_speaker_path,
|
125 |
+
"text": text,
|
126 |
}
|
127 |
|
128 |
def _df_from_paths_mp(self, paths):
|