Put structs common to backends in backend.common (#706)
It is strange that `sox_backend` depends on custom classes defined in `soudfile_backend`. This PR introduces `backend.common` module where these custom classes are defined and have both `sox_backend` and `soundfile_backend` depend on it.
Showing
torchaudio/backend/common.py
0 → 100644
Please register or sign in to comment