-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
38 lines (34 loc) · 714 Bytes
/
Copy pathlibrary.json
File metadata and controls
38 lines (34 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "arduino-opus",
"keywords": "audio, codec, opus, lossy",
"description": "Opus Audio Codec for Arduino",
"license": "Apache-2.0",
"authors":
{
"name": "Victor Tseng",
"email": "palatis@gmail.com",
"url": "https://github.com/Palatis/arduino-opus"
},
"repository": {
"type": "git",
"url": "https://github.com/Palatis/arduino-opus"
},
"version": "1.2.1",
"frameworks": "arduino",
"platforms": "*",
"build": {
"flags": [
"-I src/celt",
"-I src/silk",
"-I src/silk/fixed",
"-DHAVE_STDINT_H",
"-DDISABLE_FLOAT_API",
"-DFIXED_POINT",
"-DVAR_ARRAYS",
"-DOPUS_BUILD",
"-DOP_DISABLE_FLOAT_API",
"-DOP_FIXED_POINT",
"-DOP_SMALL_FOOTPRINT"
]
}
}