Package flac provides access to FLAC streams. Fork of https://github.com/mewkiz/flac
Go to file
Robin Eklind b115786669 Merge pull request #10 from pmezard/remove-panics
subframe: turn panics into errors
2015-09-17 12:52:08 +02:00
cmd cmd/flac2wav: Fix golint issue. 2015-01-30 01:15:20 +01:00
frame subframe: turn panics into errors 2015-09-17 09:29:38 +02: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: Add version 1.0.2 changes. 2015-06-05 00:17:58 +02: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.2

  • 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.