Closed wallnutkraken closed 7 years ago
Steps to reproduce:
Decode()
Expected result: The file is decoded successfully.
Actual result: The function returns an error saying mp3: only layer3 (want 1; got 3) is supported!
mp3: only layer3 (want 1; got 3) is supported!
Notes: Some other files work perfectly fine, for example: http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/cortex/Cortex_007.mp3
Thanks, reproduced.
@alistanis Do you have any suggestion? I feel like go-mp3 should consider tags.
Fixed.
Steps to reproduce:
Decode()
on the fileExpected result: The file is decoded successfully.
Actual result: The function returns an error saying
mp3: only layer3 (want 1; got 3) is supported!
Notes: Some other files work perfectly fine, for example: http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/cortex/Cortex_007.mp3