Package Usage: go: github.com/tcolgate/mp3
Package mp3 provides decoding of mp3 files into their underlying frames. It
is primarily intended for streaming tasks with minimal internal buffering
and no requirement to seek.
The implementation started as a reworking of github.com/badgerodon/mp3, and
has also drawn from Konrad Windszus' excellent article on mp3 frame parsing
http://www.codeproject.com/Articles/8295/MPEG-Audio-Frame-Header
TODO CRC isn't currently checked.
1 version
Latest release: over 8 years ago
28 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/tcolgate/mp3