Vansh Chugh
vendor jukebox+sheetsage source and recovered weights, use_jukebox=True
ff7b988
Raw
History Blame Contribute Delete
204 Bytes
class Representation:
def __call__(self, audio_path, offset=0.0, duration=None):
# NOTE: Should return tuple containing (rate: float, features: np.ndarray)
raise NotImplementedError()