flacgo/README.md

44 lines
1.7 KiB
Markdown
Raw Normal View History

2015-01-30 00:47:26 +00:00
# flac
2014-11-09 23:23:09 +00:00
[![Build Status](https://travis-ci.org/mewkiz/flac.svg?branch=master)](https://travis-ci.org/mewkiz/flac)
[![Coverage Status](https://img.shields.io/coveralls/mewkiz/flac.svg)](https://coveralls.io/r/mewkiz/flac?branch=master)
[![GoDoc](https://godoc.org/gopkg.in/mewkiz/flac.v1?status.svg)](https://godoc.org/gopkg.in/mewkiz/flac.v1)
2014-08-07 23:20:37 +00:00
This package provides access to [FLAC][1] (Free Lossless Audio Codec) streams.
[1]: http://flac.sourceforge.net/format.html
2015-01-30 00:47:26 +00:00
## Documentation
2013-01-23 00:14:51 +00:00
Documentation provided by GoDoc.
2015-01-30 00:47:26 +00:00
- [flac]: provides access to FLAC (Free Lossless Audio Codec) streams.
- [frame][flac/frame]: implements access to FLAC audio frames.
- [meta][flac/meta]: implements access to FLAC metadata blocks.
2014-11-09 23:23:09 +00:00
[flac]: http://godoc.org/gopkg.in/mewkiz/flac.v1
[flac/frame]: http://godoc.org/gopkg.in/mewkiz/flac.v1/frame
[flac/meta]: http://godoc.org/gopkg.in/mewkiz/flac.v1/meta
2015-01-30 00:47:26 +00:00
## Changes
* Version 1.0.3 (2016-02-02)
2016-02-02 14:20:22 +00:00
- Implement decoding of FLAC files with wasted bits-per-sample (see [#12](https://github.com/mewkiz/flac/issues/12)).
* Version 1.0.2 (2015-06-05)
2015-06-04 22:17:58 +00:00
- Fix decoding of blocking strategy (see [#9](https://github.com/mewkiz/flac/pull/9)). Thanks to [Sergey Didyk](https://github.com/sdidyk).
* Version 1.0.1 (2015-02-25)
- Fix two subframe decoding bugs (see [#7](https://github.com/mewkiz/flac/pull/7)). Thanks to [Jonathan MacMillan](https://github.com/perotinus).
2015-01-30 00:47:26 +00:00
- Add frame decoding test cases.
* Version 1.0.0 (2014-09-30)
- Initial release.
- Implement decoding of FLAC files.
2015-01-30 00:47:26 +00:00
## Public domain
The source code and any original content of this repository is hereby released into the [public domain].
[public domain]: https://creativecommons.org/publicdomain/zero/1.0/