Package flac provides access to FLAC streams. Fork of https://github.com/mewkiz/flac
Go to file
2015-02-25 17:19:04 +01:00
cmd cmd/flac2wav: Fix golint issue. 2015-01-30 01:15:20 +01:00
frame all: Update godoc links to use gopkg.in/mewkiz/flac.v1 2015-01-30 01:58:04 +01:00
meta all: gofmt -s 2015-02-25 17:19:04 +01:00
testdata testdata: Add three flac sounds to be used for test cases. 2013-10-30 21:01:17 +01:00
.travis.yml travis: Update import paths for Go 1.4. 2015-02-25 17:07:02 +01:00
flac.go all: Update godoc links to use gopkg.in/mewkiz/flac.v1 2015-01-30 01:58:04 +01:00
README.md readme: Clarify the public domain notice. 2015-02-08 15:15:42 +01:00

flac

Build Status Coverage Status GoDoc

This package provides access to FLAC (Free Lossless Audio Codec) streams.

Documentation

Documentation provided by GoDoc.

  • flac: provides access to FLAC (Free Lossless Audio Codec) streams.
    • frame: implements access to FLAC audio frames.
    • meta: implements access to FLAC metadata blocks.

Changes

  • Version 1.0.1
    • Fix two subframe decoding bugs (see #7). Thanks to Jonathan MacMillan.
    • Add frame decoding test cases.

Public domain

The source code and any original content of this repository is hereby released into the public domain.