def SoxEffect(): r"""Create an object for passing sox effect information between python and c++ Returns: SoxEffect: An object with the following attributes: ename (str) which is the name of effect, and eopts (List[str]) which is a list of effect options. """ return _torch_sox.SoxEffect()
def SoxEffect(): """Create an object for passing sox effect information between python and c++ Returns: SoxEffect(object) - ename (str), name of effect - eopts (list[str]), list of effect options """ return _torch_sox.SoxEffect()