An MP3 decoder in pure Go. Fork of https://github.com/hajimehoshi/go-mp3
Go to file
DataHoarder a465b24607
Fix Decode benchmark, add samples properly
2022-12-06 10:34:37 +01:00
internal Fix internal/bits test 2022-12-01 10:22:29 +01:00
testdata Fix Decode benchmark, add samples properly 2022-12-06 10:34:37 +01:00
.gitignore Add .DS_Store to .gitignore 2017-07-04 21:26:38 +09:00
AUTHORS Add Sergei to AUTHORS 2019-03-20 12:51:23 +09:00
LICENSE First commit 2017-06-18 23:18:01 +09:00
README.md Removed main dependencies, output float32 instead of bytes, rename package 2022-12-01 10:20:34 +01:00
bench_test.go Fix Decode benchmark, add samples properly 2022-12-06 10:34:37 +01:00
decode.go Removed main dependencies, output float32 instead of bytes, rename package 2022-12-01 10:20:34 +01:00
fuzzing_test.go Use io.ReadSeeker instead of io.ReadCloser (#31) 2019-03-20 12:50:16 +09:00
go.mod Removed main dependencies, output float32 instead of bytes, rename package 2022-12-01 10:20:34 +01:00
source.go Shortcut asking Decoder for current position, replace panics with errors (#43) 2021-04-07 23:55:13 +09:00

README.md

go-mp3

GoDoc

An MP3 decoder in pure Go based on PDMP3.

Slide at golang.tokyo #11