You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LC3 (Low Complexity Communication Codec) is an audio codec specified by the Bluetooth Special Interest Group (SIG) for the LE Audio audio protocol introduced in Bluetooth 5.2. It's developed by Fraunhofer IIS and Ericsson as the successor of the SBC codec.
4
+
5
+
I cloned the orignal https://github.com/zephyrproject-rtos/liblc3codec and converted it to an Arduino Library
6
+
7
+
## Installation
8
+
9
+
For Arduino, you can download the library as zip and call include Library -> zip library. Or you can git clone this project into the Arduino libraries folder e.g. with
10
+
11
+
```
12
+
cd ~/Documents/Arduino/libraries
13
+
git clone pschatzmann/arduino-liblc3.git
14
+
```
15
+
This has the advantage that you can easily get the latest code updates by just executing the command ```git pull```
0 commit comments