faiface / beep

A little package that brings sound to any Go application. Suitable for playback and audio-processing.
MIT License
2.08k stars 152 forks source link

mp3: mp3: only layer3 (want 1; got 3) is supported! #3

Closed wallnutkraken closed 7 years ago

wallnutkraken commented 7 years ago

at mp3.Decode() caused by this file: http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/cortex/Cortex_053.mp3

Other MP3 files work fine.

faiface commented 7 years ago

This is a problem in https://github.com/hajimehoshi/go-mp3 . I can't estimate when this will be fixed, because the code for the MP3 decoder is ported over from a C++ implementation and we don't understand it :D (not that we attempted to).

hajimehoshi commented 7 years ago

I hope this has been already fixed: https://github.com/hajimehoshi/go-mp3/issues/9

faiface commented 7 years ago

Seems fixed, thanks a lot! I'm closing this, if it doesn't work for you @wallnutkraken, please reopen.