-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.24 KB
/
package.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "rt-mir-osc",
"version": "0.0.1",
"description": "Audio feature extraction and music information retrieval tool with the main purpose of taking in realtime audio and outputting OSC data",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"app": "node app.js"
},
"keywords": [
"MIR",
"OSC",
"audio-feature",
"realtime",
"beat-tracker",
"machine",
"learning",
"machine-learning",
"classification",
"extraction",
"analyse",
"RT",
"music",
"information",
"retrieval",
"music-information-retrieval",
"live",
"audio",
"input",
"waveform",
"FFT",
"ZCR",
"spectral",
"time-domain",
"audio-signal-processing",
"perceptual",
"DSP",
"digital",
"signal",
"processing",
"webaudio"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sideeffectdk/rt-mir-osc.git"
},
"author": "Henrik Sæderup",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/sideeffectdk/rt-mir-osc/issues"
},
"homepage": "https://github.com/sideeffectdk/rt-mir-osc#readme",
"dependencies": {
"essentia.js": "^0.1.3",
"osc-js": "^2.3.0"
}
}