Skip to content

ImCarsen/go-mp3

 
 

Repository files navigation

go-mp3

This is a slightly modified version of hajimehoshi/go-mp3.
An MP3 decoder in pure Go based on PDMP3.

Go Reference

Changes and reasoning

hajimehoshi's go-mp3 is amazing, but I had some issues with the seek functionality.

Changes made:

  • Replace the Seek function with one that works within my application.
  • Update to Go version 1.22

Will I actively maintain this?

Kind of. If people have PRs or issues, I may be willing to look at/into them. But I can't promise anything.