MCPcopy Create free account
hub / github.com/espnet/espnet / __call__

Method __call__

espnet2/train/preprocessor.py:1960–1966  ·  view source on GitHub ↗
(
        self, uid: str, data: Dict[str, Union[str, np.ndarray]]
    )

Source from the content-addressed store, hash-verified

1958
1959 @typechecked
1960 def __call__(
1961 self, uid: str, data: Dict[str, Union[str, np.ndarray]]
1962 ) -> Dict[str, np.ndarray]:
1963
1964 data = super()._speech_process(uid, data)
1965 data = self._speech_process(uid, data)
1966 return data
1967
1968
1969class SpkPreprocessor(CommonPreprocessor):

Callers

nothing calls this directly

Calls 2

_speech_processMethod · 0.95
_speech_processMethod · 0.45

Tested by

no test coverage detected