lame icon indicating copy to clipboard operation
lame copied to clipboard

Simple libmp3lame-powered mp3 encoder for Go

Results 1 lame issues
Sort by recently updated
recently updated
newest added

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() !=...