File size: 289 Bytes
864affd
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# NOTE:
# The entire `torchaudio.backend` module is deprecated.
# New things should be added to `torchaudio._backend`.
# Only things related to backward compatibility should be placed here.

from . import common, no_backend, soundfile_backend, sox_io_backend  # noqa

__all__ = []