File size: 204 Bytes
ff7b988
 
 
 
1
2
3
4
5
class Representation:
    def __call__(self, audio_path, offset=0.0, duration=None):
        # NOTE: Should return tuple containing (rate: float, features: np.ndarray)
        raise NotImplementedError()