-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibrary.json
More file actions
38 lines (38 loc) · 836 Bytes
/
library.json
File metadata and controls
38 lines (38 loc) · 836 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": "PicoSound",
"version": "1.1.4",
"description": "Dual-core audio engine for Raspberry Pi Pico (RP2040). Multi-channel mixer with I2S/PWM output, synthesized sounds, melody sequencer, and WAV streaming. Optimized for Earle Philhower core.",
"keywords": [
"rp2040",
"pico",
"audio",
"dual-core",
"i2s",
"pwm",
"sound",
"synthesizer",
"wav",
"mixer"
],
"repository": {
"type": "git",
"url": "https://github.com/IWILZ/PicoSound.git"
},
"authors": [
{
"name": "IWILZ",
"maintainer": true
}
],
"license": "GPL-3.0",
"homepage": "https://github.com/IWILZ/PicoSound",
"dependencies": {
"PicoSem": "^1.0.0"
},
"frameworks": ["arduino"],
"platforms": ["raspberrypi"],
"build": {
"srcDir": "src",
"includeDir": "src"
}
}