Skip to content

Commit 2bf0cbb

Browse files
committed
README
1 parent f0f1d12 commit 2bf0cbb

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# libopenaptx
2+
3+
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```
21+

README renamed to README.orig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
This is Open Source implementation of Audio Processing Technology codec (aptX)
2-
originally derived from ffmpeg 4.0 project and licensed under GPLv3+. This codec
3-
is mainly used in Bluetooth A2DP profile. If you need other license of this
1+
This codec is mainly used in Bluetooth A2DP profile. If you need other license of this
42
project then please contact author for possible options. Participants of
53
Freedesktop and Collabora projects and any other affiliated persons with them
64
are not allowed to contact author.

0 commit comments

Comments
 (0)