Skip to content
This repository was archived by the owner on Apr 2, 2023. It is now read-only.

Tags: hajimehoshi/go-mp3

Tags

v0.3.4

internal/maindata: suppress out-of-range error

Updates #51

v0.3.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: make initialization of nSlen2 safe for concurrent usage (#49)

The concurrent implementation of nSlen2 initialization causes a data race
if multiple mp3's are read at the same time and nSlen2 hasn't been already initialized
this fixes the race condition by initializing the nSlen2 once

v0.3.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix compile errors (#45)

v0.3.1

Fix failure to build with Go 1.12

v0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace example MPEG2 file (#36)

Replace the provided example MPEG2 file by a copyright free version (using the beginning of
Alice's Adventures in Wonderland by Lewis Carroll, published in 1865).

v0.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump oto to v0.6.1 so gonic can build on {Open,Free}BSD (#34)

v0.2.1

Update Oto version

v0.2.0

Breaking change: Remove (*Decoder).Close

v0.1.2

Add Sergei to AUTHORS

v0.1.1

Update go.mod