Package flac provides access to FLAC streams. Fork of https://github.com/mewkiz/flac
Go to file
2014-08-05 20:39:00 +02:00
cmd cmd/go-metaflac: Pretty print placeholder points in seek table. 2014-08-05 20:39:00 +02:00
frame frame: Verify decoded audio data using md5. 2014-08-05 15:33:23 +02:00
meta meta: Add test case for Picture. 2014-08-05 18:24:30 +02:00
testdata testdata: Add three flac sounds to be used for test cases. 2013-10-30 21:01:17 +01:00
flac.go frame: Verify decoded audio data using md5. 2014-08-05 15:33:23 +02: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.