Skip to content

Commit

Permalink
Remove non-sndformat mp3 comment (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Jan 3, 2025
1 parent bec61fa commit 69b0c97
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions audiofile/core/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,6 @@ def read(
# the returned magnitude
# (https://github.com/librosa/librosa/issues/811).
#
# It might be the case that MP3 files will be supported by soundfile in
# the future as well. For a discussion on MP3 support in the underlying
# libsndfile see https://github.com/erikd/libsndfile/issues/258.
with tempfile.TemporaryDirectory(prefix="audiofile") as tmpdir:
tmpfile = os.path.join(tmpdir, "tmp.wav")
# offset and duration have to be given in seconds
Expand Down

0 comments on commit 69b0c97

Please sign in to comment.