Package flac provides access to FLAC streams. Fork of https://github.com/mewkiz/flac
Go to file
2014-08-05 23:20:57 +02:00
cmd cmd/go-metaflac: Add TODO. 2014-08-05 20:40:17 +02:00
meta meta: Add StreamInfo definition. 2014-08-05 23:20:57 +02:00
testdata testdata: Add three flac sounds to be used for test cases. 2013-10-30 21:01:17 +01:00
README.md readme: Fix link to flac format specification. 2013-06-07 03:26:34 +02:00

WIP

This project is a work in progress. The implementation is incomplete and subject to change. The documentation can be inaccurate.

flac

This package provides access to FLAC (Free Lossless Audio Codec) files.

Documentation

Documentation provided by GoDoc.

  • flac: implements access to FLAC files.
    • frame: contains functions for parsing FLAC encoded audio data.
    • meta: contains functions for parsing FLAC metadata.

public domain

This code is hereby released into the public domain.