Skip to content

Commit

Permalink
removed set_backend for torchaudio UserWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
MorenoLaQuatra committed Jan 10, 2024
1 parent 56e1f08 commit 1ce30c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions torch_audiomentations/utils/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ce30c7

Please sign in to comment.