MCPcopy Create free account
hub / github.com/MYZY-AI/Muyan-TTS / __init__

Method __init__

data_process/audio_process.py:5–9  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3
4class DataProcess():
5 def __init__(self):
6 self.librispeech_text_format_conversion = text_format_conversion.generate_raw_data_list
7 self.audio_hubert_embedding = audio_hubert_embedding.audio_hubert_embedding
8 self.audio_tokenizer = audio_tokenizer.audio_tokenizer
9 self.text_audio_combine = text_audio_combine.text_audio_combine
10
11 def pipeline(self, librispeech_dir=None, input_dir="data", output_dir="data"):
12 # 1. Use librispeech as examples

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected