Commit db8f2bf
authored
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 #771, therefore it is not appropriate to use this class for testing other functions.1 parent 131e48b commit db8f2bf
2 files changed
+168
-353
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
0 commit comments