Categorygithub.com/hajimehoshi/go-mp3
modulepackage
0.3.4
Repository: https://github.com/hajimehoshi/go-mp3.git
Documentation: pkg.go.dev

# README

go-mp3

GoDoc

An MP3 decoder in pure Go based on PDMP3.

Slide at golang.tokyo #11

# Functions

NewDecoder decodes the given io.Reader and returns a decoded stream.

# Structs

A Decoder is a MP3-decoded stream.