def apply_flow_effects()

in augment/effects.py [0:0]


    def apply_flow_effects(self, tensor, src_info, target_info):
        return torchaudio.sox_effects.apply_effects_tensor(tensor, int(src_info['rate']), self._effects)