An MP3 decoder in pure Go. Fork of https://github.com/hajimehoshi/go-mp3
Go to file
2017-12-29 15:58:19 +09:00
example example: Show length in bytes 2017-12-22 23:27:21 +09:00
internal frame: Refactoring 2017-12-29 15:58:19 +09:00
.gitignore Add .DS_Store to .gitignore 2017-07-04 21:26:38 +09:00
AUTHORS Add AUTHORS file 2017-07-04 21:27:28 +09:00
bench_test.go Add bench_test.go 2017-07-04 23:12:29 +09:00
decode.go Calculate length at NewDecoder as now calculating is fast enough 2017-12-22 23:46:27 +09:00
fuzzing_test.go Prefer byte to uint8 2017-11-18 04:15:28 +09:00
LICENSE First commit 2017-06-18 23:18:01 +09:00
README.md Update README 2017-12-28 19:58:11 +09:00
source.go frame: Move readNextFrame to internal/frame 2017-11-18 23:19:33 +09:00

go-mp3

GoDoc

An MP3 decoder in pure Go based on PDMP3.

Slide at golang.tokyo #11