Package flac provides access to FLAC streams. Fork of https://github.com/mewkiz/flac
Go to file
2014-11-10 00:23:09 +01:00
cmd flac: Use versioned imports. 2014-09-30 02:24:15 +02: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
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.