@@ -34,6 +34,7 @@ The following Python packages are benchmarked against each other:
3434* audioread _ 2.1.9
3535* :mod: `audiofile ` 1.1.0
3636* librosa _ 0.9.1
37+ * pedalboard _ 0.5.3
3738* scipy _ 1.8.0
3839* soundfile _ 0.10.3.post1
3940* sox _ 1.4.1
@@ -126,7 +127,7 @@ Reading files
126127
127128soundfile _ does not support
128129reading MP3 and MP4 files,
129- audioread _ (mad) only MP3 files.
130+ audioread _ (mad) and pedalboard _ only MP3 files.
130131
131132.. image :: ./benchmark/results/benchmark_mp3-mp4_read.png
132133
@@ -135,7 +136,7 @@ Accessing metadata
135136
136137soundfile _ does not support
137138accessing MP3 and MP4 metadata.
138- sox _ and audioread _ (mad) only for MP3 files.
139+ sox _, audioread _ (mad) and pedalboard _ only for MP3 files.
139140
140141.. image :: ./benchmark/results/benchmark_mp3-mp4_info.png
141142
@@ -158,6 +159,7 @@ in the figure.
158159.. _gstreamer : https://gstreamer.freedesktop.org/
159160.. _librosa : https://github.com/librosa/librosa/
160161.. _mad : https://sourceforge.net/projects/mad/
162+ .. _pedalboard : https://github.com/spotify/pedalboard
161163.. _scipy : https://docs.scipy.org/doc/scipy/reference/generated/scipy.io.wavfile.read.html
162164.. _soundfile : https://github.com/bastibe/SoundFile/
163165.. _sox : https://github.com/rabitt/pysox/
0 commit comments