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
This is Open Source implementation of Audio Processing Technology codec (aptX)
4
+
originally derived from ffmpeg 4.0 project and licensed under GPLv3+.
5
+
6
+
I converted https://github.com/pali/libopenaptx to an Arduino Library
7
+
8
+
## Licence
9
+
10
+
Please read the [license information of the orignal project](README.orig)
11
+
12
+
## Installation
13
+
14
+
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
15
+
16
+
```
17
+
cd ~/Documents/Arduino/libraries
18
+
git clone pschatzmann/arduino-liblc3.git
19
+
```
20
+
This has the advantage that you can easily get the latest code updates by just executing the command ```git pull```
0 commit comments