Matthias Ringwald 74e1cc8698 test/lc3: fix decoder for 8_1 and 441 in stereo
# Conflicts:
#	test/lc3/lc3_decoder_ehima.c
2022-03-10 20:20:37 +01:00
..
2021-09-06 17:04:48 +02:00
2021-11-23 10:10:39 +01:00
2021-10-28 15:02:46 +02:00
2021-12-05 20:46:44 +01:00
2021-09-06 17:04:48 +02:00
2021-09-06 17:04:48 +02:00
2022-02-17 18:52:39 +01:00
2022-02-07 17:04:50 +01:00
2020-11-03 15:19:00 +01:00
2021-11-23 10:10:39 +01:00

To compile/run the tests, cpputest is required

Get cpputest
$ git clone https://github.com/cpputest/cpputest.git

Compile and install
$ cd cpputest
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install