lame
lame copied to clipboard
mp3: only MPEG version 1 (want 3; got 2) is supported
I get this error:
mp3: only MPEG version 1 (want 3; got 2) is supported
when trying to decode the result of my mp3 using:
github.com/hajimehoshi/go-mp3
if h.ID() != consts.Version1 {
return nil, 0, fmt.Errorf("mp3: only MPEG version 1 (want %d; got %d) is supported", consts.Version1, h.ID())