goflac/README.md

19 lines
671 B
Markdown
Raw Permalink Normal View History

2015-03-05 11:09:17 +00:00
# Go libFLAC bindings
These bindings allow decoding and encoding of [FLAC](https://xiph.org/flac/)
format audio data from [Go](http://golang.org/) using the
[libFLAC](https://xiph.org/flac/api/) library.
2022-02-23 15:29:21 +00:00
Fork of [github.com/cocoonlife/goflac](https://github.com/cocoonlife/goflac) with go.mod and API additions.
2015-12-15 11:31:43 +00:00
2022-02-23 15:29:21 +00:00
[![Build Status](https://ci.gammaspectra.live/api/badges/S.O.N.G/goflac/status.svg)](https://ci.gammaspectra.live/S.O.N.G/goflac)
2015-12-15 11:31:43 +00:00
2015-03-05 11:09:17 +00:00
### Installation
2022-02-23 15:29:21 +00:00
go get git.gammaspectra.live/S.O.N.G/goflac
2015-03-05 11:09:17 +00:00
### Status
The code has support for decoding and encoding with various parameters
2022-02-23 15:29:21 +00:00
however it is only quite lightly tested, so it is likely that bugs remain.