"docs/vscode:/vscode.git/clone" did not exist on "45fa3e44a22cd0b74071237304bdfef97b5b9bd6"
Add smoke tests to sox_io and sox_effects (#806)
Currently all the tests in `sox_io_backend` and `sox_effects` (for new SoX effects implementation) requires additional `sox`, and this prevents running test in environment where `sox` command is not available even though `torchaudio` extension is available (such as fb internal). This PR adds smoke tests for these modules, which just runs functions to see if they do not crash.
Showing
Please register or sign in to comment