//
pkg.gl
Category
github.com/hajimehoshi/go-mp3
module
package
0.3.4
Repository:
https://github.com/hajimehoshi/go-mp3.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
5
Dependents
103
Files
281 SLOC
#
README
go-mp3
An MP3 decoder in pure Go based on
PDMP3
.
Slide at golang.tokyo #11
#
Functions
NewDecoder
NewDecoder decodes the given io.Reader and returns a decoded stream.
#
Structs
Decoder
A Decoder is a MP3-decoded stream.