Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 695 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 695 Bytes

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.