From 8f98e8adb30d69f7b84367fda5ebba58d1fd48db Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Thu, 2 Jan 2025 16:51:29 +0100 Subject: [PATCH] Remove non-sndformat mp3 comment --- audiofile/core/io.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/audiofile/core/io.py b/audiofile/core/io.py index 4b2dbeb..dc94edb 100644 --- a/audiofile/core/io.py +++ b/audiofile/core/io.py @@ -376,9 +376,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