MCPcopy Create free account
hub / github.com/OpenMOSS/MOSS-TTS / load_data

Method load_data

moss_soundeffect_v2/diffsynth/trainers/utils.py:575–576  ·  view source on GitHub ↗
(self, file_path, start_time=None, end_time=None)

Source from the content-addressed store, hash-verified

573
574
575 def load_data(self, file_path, start_time=None, end_time=None):
576 return self.load_audio(file_path, start_time=start_time, end_time=end_time)
577
578
579 def __getitem__(self, data_id):

Callers 1

__getitem__Method · 0.95

Calls 1

load_audioMethod · 0.95

Tested by

no test coverage detected