From 36ecf25881e901c273081814139ed00020b65580 Mon Sep 17 00:00:00 2001 From: Antoine SOULIER Date: Wed, 15 Jun 2022 16:20:53 +0200 Subject: [PATCH] readme: Add link to listening test --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9adb55e..057d7db 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,6 @@ $ pip3 install scipy numpy $ make test ``` - ## Conformance The proposed encoder and decoder implementation have been fully tested and @@ -100,6 +99,11 @@ validated. For more detail on conformance, refer to [_Bluetooth Conformance Documents and scripts_](https://www.bluetooth.com/specifications/specs/low-complexity-communication-codec-1-0/) +## Listening Test + +The codec was [_here_](https://hydrogenaud.io/index.php/topic,122575.0.html) +subjectively evaluated in a blind listening test. + ## Meson build system Meson build system is also available to build and install lc3 codec in Linux