Commit graph

31 commits

Author SHA1 Message Date
DataHoarder 3d5460c48a
Fix TestCodecFloat32
Some checks failed
continuous-integration/drone/push Build is failing
2022-07-21 15:06:34 +02:00
DataHoarder 6cc027f24d Use libopusenc to encode stream, WiP: tests
Some checks failed
continuous-integration/drone/push Build is failing
2022-02-27 18:56:08 +01:00
Victor Gaydov 66645e87c8 feat: add PLC support 2020-07-10 14:27:58 +01:00
Hraban Luyat f08db0e111 docs: Update copyright notice 2020-07-09 17:23:21 +01:00
Victor Gaydov 57179dff69 Fix memory corruption 2019-11-17 10:34:31 +03:00
elinor 5745b2b2ae Fixed wrong error message 2018-04-02 15:15:27 +03:00
elinor 479042b353 Comparing samples returned from decode with frame size in fec tests 2018-04-02 14:38:09 +03:00
elinor 028b653863 Changed frame size to 10ms and number of frames const
Checked again the result graph
2018-04-02 14:26:29 +03:00
elinor cec5e2771a Changed comments in opus_test.go 2018-04-02 13:49:26 +03:00
elinor 26bb951aeb (Set)InBandFEC - changed tests to use bool instead of int 2018-04-02 13:47:53 +03:00
elinor 68fb7a26d9 Added decodeFECFloat32 + test 2018-03-26 10:39:25 +03:00
elinor 5ba421ac73 Added decode with fec + test 2018-03-26 10:33:31 +03:00
Hraban Luyat b85e55eab8 Fix string format error in test 2018-03-11 18:36:44 +00:00
Hraban Luyat d19039546f Update copyright year to 2015-2017. 🎆 2017-01-01 23:36:24 +00:00
Hraban Luyat 9f1efc5ce0 Use new error var names in tests 2016-12-29 12:25:40 +00:00
Hraban Luyat 84e6bd1031 CamelCase Application constants 2016-12-29 12:05:22 +00:00
Hraban Luyat a2ed672652 Unit test for stereo sound 2016-10-10 16:18:03 +01:00
Hraban Luyat 0e63cf1b6c Change copyright headers to refer to AUTHORS file 2016-10-10 15:24:24 +01:00
Hraban Luyat 3331a7ad8b Reorganize test code 2016-10-10 15:22:44 +01:00
Hraban Luyat 10761f623b Make opus errors wrapped ints, expose names
Allows comparing error values by value instead of just by human readable
string.
2016-10-10 14:18:10 +01:00
Hraban Luyat 067ec11052 Update copyright period to 2016 2016-08-14 15:10:11 +01:00
Hraban Luyat b6c362cf3b Let user pass the target buffers (noalloc) 2015-07-22 06:53:34 +01:00
Hraban Luyat 5289d1e143 .Init method for preallocated codecs 2015-07-05 14:42:05 +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 b719b1ecdd MIT license 2015-03-09 12:31:24 +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 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