• moto's avatar
    Put structs common to backends in backend.common (#706) · b788db3d
    moto authored
    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.
    b788db3d
soundfile_backend.py 3.26 KB