From 69b0c97c4a17e05a27202abcdd0daca94c2d1ed4 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Fri, 3 Jan 2025 09:57:06 +0100 Subject: [PATCH] Remove non-sndformat mp3 comment (#159) --- audiofile/core/io.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/audiofile/core/io.py b/audiofile/core/io.py index 0fdb18c..f7ad518 100644 --- a/audiofile/core/io.py +++ b/audiofile/core/io.py @@ -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