Go bindings for decoding and encoding FLAC audio with libFLAC. Fork of https://github.com/cocoonlife/goflac
Go to file
2016-06-23 12:30:36 +01:00
testdata Rename data to testdata 2015-05-12 16:54:10 +01:00
.travis.yml .travis.yml: Switch to Go 1.6 2016-03-21 12:20:37 +00:00
callbacks.c Rename cfuncs.go to callbacks.c 2015-10-15 17:53:51 +01:00
libflac.go libflac.go: don't pass mutexes by value. 2016-06-23 12:30:36 +01:00
libflac_test.go Use cocoonlife/testify 2016-02-18 17:17:58 +00:00
LICENSE Initial commit 2015-03-05 11:09:17 +00:00
README.md README.md: Add badges 2015-12-15 11:31:43 +00:00

Go libFLAC bindings

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

Build Status

Coverage Status

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.