Commit graph

13 commits

Author SHA1 Message Date
DataHoarder 6e490998d2
Expose flac Version/Vendor string
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-15 19:22:02 +02:00
DataHoarder f88fdcb740
Added support for Ogg encoding
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-17 20:02:27 +02:00
DataHoarder 2fd5e32855 Added support for Ogg decoding
All checks were successful
continuous-integration/drone/push Build is passing
2022-03-05 10:34:19 +01:00
DataHoarder 4a6d617742 API change: add WriteCloser encoder api, add streamable, compression level, block size parameters
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-23 16:27:28 +01:00
Will Newton 705699fe4b Update copyrights 2016-08-12 09:20:15 +01:00
Will Newton 7c4fa1434a Use cocoonlife/testify 2016-02-18 17:17:58 +00:00
Will Newton e6387372fe Rename data to testdata 2015-05-12 16:54:10 +01:00
Will Newton b583070538 libflac: Add support for Reader and Writer I/O
Add support for encoding to a Writer and decoding from a Reader object.
2015-05-12 16:53:27 +01:00
John Berthels 65ef819a46 add test for nil encoder if we can't create the file, check err (not nil) on failed decoder open 2015-04-28 18:57:56 +01:00
Will Newton a411f77706 libflac_test.go: Remove md5sum from roundtrip tests
On-disk format can change with libFLAC versions so md5summing it
is not safe.
2015-03-13 12:54:32 +00:00
Will Newton 50e66064d3 Run gofmt 2015-03-12 14:17:52 +00:00
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
Will Newton 32bd283d4c Initial commit 2015-03-05 11:09:17 +00:00