diff --git a/torch_audiomentations/utils/io.py b/torch_audiomentations/utils/io.py index ff7d0a2..887c19a 100644 --- a/torch_audiomentations/utils/io.py +++ b/torch_audiomentations/utils/io.py @@ -22,10 +22,6 @@ The optional "channel" key can be used to indicate a specific channel. """ -# TODO: Remove this when it is the default -# torchaudio.USE_SOUNDFILE_LEGACY_INTERFACE = False -# torchaudio.set_audio_backend("soundfile") - class Audio: """Audio IO with on-the-fly resampling