Package flac provides access to FLAC streams. Fork of https://github.com/mewkiz/flac
Go to file
2014-08-06 06:08:13 +02:00
cmd cmd/go-metaflac: Add TODO. 2014-08-05 20:40:17 +02:00
frame frame: Use pointers in Frame for subframes. 2014-08-06 04:43:38 +02:00
meta meta: Implement parsing of SeekTable. 2014-08-06 06:08:13 +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.