spotify / pedalboard

🎛 🔊 A Python library for audio.
https://spotify.github.io/pedalboard
GNU General Public License v3.0
5.15k stars 260 forks source link

Properly support parsing MP3 files without headers. #264

Closed psobot closed 11 months ago

psobot commented 11 months ago

(cc @ruiaf)

This PR fixes an edge case in which Pedalboard fails to read certain MP3 files that don't start with VBR/Info headers. A regression test containing a one-second noise MP3 file is also included.