Go bindings for decoding and encoding FLAC audio with libFLAC. Fork of https://github.com/cocoonlife/goflac
Go to file
Will Newton f3b772e34d Rename cfuncs.go to callbacks.c
This fixes a bunch of warnings when building with Go 1.5.
2015-10-15 17:53:51 +01:00
testdata Rename data to testdata 2015-05-12 16:54:10 +01:00
callbacks.c Rename cfuncs.go to callbacks.c 2015-10-15 17:53:51 +01:00
libflac.go libflac: Add seek and tell callbacks to encoder 2015-05-13 14:35:41 +01:00
libflac_test.go Rename data to testdata 2015-05-12 16:54:10 +01:00
LICENSE Initial commit 2015-03-05 11:09:17 +00:00
README.md Initial commit 2015-03-05 11:09:17 +00:00

Go libFLAC bindings

These bindings allow decoding and encoding of FLAC format audio data from Go using the libFLAC library.

Installation

go get github.com/cocoonlife/goflac

Status

The code has support for decoding and encoding with various parameters however it is only quite lightly tested so it is likely that bugs remain.