Go bindings for decoding and encoding FLAC audio with libFLAC. Fork of https://github.com/cocoonlife/goflac
Go to file
Will Newton 3cab89e91d Fix handling of stereo data
Stereo data was being incorrectly copied to the frame buffer. Fix
that and at the same time move the whole copy loop to C which should
hopefully improve performance.
2015-03-09 11:09:49 +00:00
data Fix handling of stereo data 2015-03-09 11:09:49 +00:00
cfuncs.go Fix handling of stereo data 2015-03-09 11:09:49 +00:00
libflac.go Fix handling of stereo data 2015-03-09 11:09:49 +00:00
libflac_test.go Fix handling of stereo data 2015-03-09 11:09:49 +00: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.