Package flac provides access to FLAC streams. Fork of https://github.com/mewkiz/flac
Go to file
mewmew e64cfef4cb frame: Test frame decoding and metadata decoding independently of each other.
Use frame.Open instead of frame.ParseFile to seek past metadata in the frame
decoding test case. Metadata test cases are handled separately in the meta
package.
2016-02-11 19:01:02 +01:00
cmd/go-metaflac flac: Add API examples. Fixes #11. 2016-02-11 01:23:11 +01:00
frame frame: Test frame decoding and metadata decoding independently of each other. 2016-02-11 19:01:02 +01:00
meta flac: Add API examples. Fixes #11. 2016-02-11 01:23:11 +01:00
testdata frame: Extend test cases to increase code coverage. 2016-02-11 04:12:51 +01:00
.travis.yml travis: Always pull latest changes from git repo (not just the latest v1.* release). 2016-02-11 00:24:19 +01:00
example_test.go flac: Add API examples. Fixes #11. 2016-02-11 01:23:11 +01:00
flac.go flac: check error in Open 2016-01-30 11:45:41 +01:00
README.md readme: Minor update. 2016-02-11 04:16:28 +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.4 (2016-02-11)

    • Add API examples to documentation (see #11).
    • Extend test cases (see aadf80a).
  • Version 1.0.3 (2016-02-02)

    • Implement decoding of FLAC files with wasted bits-per-sample (see #12).
  • Version 1.0.2 (2015-06-05)

  • Version 1.0.1 (2015-02-25)

    • Fix two subframe decoding bugs (see #7). Thanks to Jonathan MacMillan.
    • Add frame decoding test cases.
  • Version 1.0.0 (2014-09-30)

    • Initial release.
    • Implement decoding of FLAC files.

Public domain

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