"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "58d627aed61ab1780667526da2cf1c1aa27948ad"
Do not use SoxEffectsChain in sox compatibility test (#781)
This PR replaces `torchaudio.sox_effects.SoxEffectsChain` in `test_sox_compatibility` with bare `sox` command. The parity of `torchaudio.sox_effects.SoxEffectsChain` against `sox` command is not tested and it has known issues https://github.com/pytorch/audio/issues/771, therefore it is not appropriate to use this class for testing other functions.
Showing
This diff is collapsed.
Please register or sign in to comment