Commit graph

172 commits

Author SHA1 Message Date
Hraban Luyat f4eb7082a0 Further edits to README 2015-07-05 12:49:49 +01:00
Hraban Luyat b1fdd14846 Update README 2015-07-05 12:47:14 +01:00
Hraban Luyat a25a70a18b Unit test for opus error string 2015-07-05 12:35:02 +01:00
Hraban Luyat bae24932f6 Add 16 bit codec apis 2015-07-05 12:27:01 +01:00
Hraban Luyat b2eed4d9b9 Related code in separate files 2015-07-05 12:15:17 +01:00
Hraban Luyat 7b4b590326 Update dependency build directory for cgo 2015-07-05 11:56:49 +01:00
Hraban Luyat 1a36c1d2a5 Don't delete submodule autogen.sh on make error 2015-07-05 11:52:36 +01:00
Hraban Luyat 0d3eb2c8d9 Build rules for libopusfile 2015-07-05 10:43:44 +00:00
Hraban Luyat f82aa4ce2d Libopusfile submodule 2015-07-05 10:43:32 +00:00
Hraban Luyat 379f59bac9 (minor) docs and formatting 2015-06-13 15:01:45 +00:00
Hraban Luyat f90625c576 explicitly mention package is not made by xiph.org
to avoid confusion
2015-03-09 12:34:04 +00:00
Hraban Luyat b719b1ecdd MIT license 2015-03-09 12:31:24 +00:00
Hraban Luyat 6441013745 Short readme with build instructions 2015-03-09 12:29:06 +00:00
Hraban Luyat 19833ff747 More samples in encode/decode unit test 2015-03-08 22:50:18 +00:00
Hraban Luyat 1697ef4707 Test encoding / decoding API
Doesn't test the round trip signal, just that no errors were returned.
2015-03-08 21:25:38 +00:00
Hraban Luyat 5468e1bc48 -o parameter to go build makes no sense here 2015-02-22 10:11:12 +00:00
Hraban Luyat 8c9cb6544f Don't crash when passing empty array
Taking the pointer of an array underlying an empty slice is an error in
go: &ar[0] tries to resolve ar[0], which is out of bounds. Not pretty,
but it makes sense.
2015-02-21 04:14:49 +00:00
Hraban Luyat 53e78907ff Fix error reporting in DecodeFloat32() 2015-02-21 03:53:24 +00:00
Hraban Luyat 3d85edebb3 Change build parameters 2015-02-19 12:38:49 +00:00
Hraban Luyat 2216e81897 Bare API wrapper: encode & decode floats 2015-02-19 00:51:09 +00:00
Hraban Luyat 5f07794c91 PoC: getVersion works, + unit tests 2015-02-18 23:50:17 +00:00
Hraban Luyat becf2ac5a0 Submodule libopus (official C libs from Xiph) 2015-02-18 16:50:51 +00:00