Package flac provides access to FLAC streams. Fork of https://github.com/mewkiz/flac
Go to file
2013-11-04 09:22:42 +01:00
frame go fmt * 2013-11-03 22:19:15 +01:00
meta meta: Rename metadata body parsing function from NewXxx to ParseXxx. 2013-11-04 09:22:42 +01:00
testdata testdata: Add three flac sounds to be used for test cases. 2013-10-30 21:01:17 +01:00
flac.go go fmt * 2013-11-03 22:19:15 +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.