Package flac provides access to FLAC streams. Fork of https://github.com/mewkiz/flac
Go to file
mewmew b9b06f8fec cmd/flac2wav: Fix golint issue.
cmd/flac2wav/flac2wav.go:53:22: error strings should not end with punctuation
2015-01-30 01:15:20 +01:00
cmd cmd/flac2wav: Fix golint issue. 2015-01-30 01:15:20 +01:00
frame flac: Use versioned imports. 2014-09-30 02:24:15 +02:00
meta flac: Use versioned imports. 2014-09-30 02:24:15 +02:00
testdata testdata: Add three flac sounds to be used for test cases. 2013-10-30 21:01:17 +01:00
.travis.yml travis: Use new import for goimports. 2014-11-11 00:57:40 +01:00
flac.go flac: Use versioned imports. 2014-09-30 02:24:15 +02:00
README.md travis: Add config. 2014-11-10 00:23:09 +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.

public domain

This code is hereby released into the public domain.