Skip to content

mp3: only MPEG version 1 (want 3; got 2) is supported #8

@andrewarrow

Description

@andrewarrow

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())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions