Package flac provides access to FLAC streams. Fork of https://github.com/mewkiz/flac
Go to file
2016-02-11 01:16:22 +01:00
cmd travis: Remove flac2wav to fix Travis CI build. Will revert once issue azul3d/audio#16 has been fixed. 2016-02-11 01:16:22 +01:00
frame frame: Fix decoding of FLAC files with wasted bits-per-sample. 2016-02-02 14:51:37 +01:00
meta meta: Fix typo identified by misspel [1]. 2016-01-24 02:10:49 +01:00
testdata frame: Fix decoding of FLAC files with wasted bits-per-sample. 2016-02-02 14:51:37 +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
flac.go flac: check error in Open 2016-01-30 11:45:41 +01:00
README.md readme: Rephrase 1.0.3 release notes. 2016-02-02 15:20:41 +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.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.