forked from webprofusion/OpenAudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
libraries.json
375 lines (375 loc) · 10.6 KB
/
libraries.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
[
{
"name": "AudioKit",
"url": "https://www.audiokit.io/",
"description": "Swift audio synthesis, processing, & analysis platform for iOS, macOS and tvOS",
"repository": {
"type": "GitHub",
"user": "AudioKit",
"repo": "AudioKit"
}
},
{
"name": "AudioPlugSharp",
"url": "https://github.com/mikeoliphant/AudioPlugSharp/",
"description": "Easily create VST (VST3) audio plugins in C# .NET",
"repository": {
"type": "GitHub",
"user": "mikeoliphant",
"repo": "AudioPlugSharp"
}
},
{
"name": "Avendish",
"url": "https://celtera.github.io/avendish",
"description": "C++20 framework for any sort of audio / video / midi media objects",
"repository": {
"type": "GitHub",
"user": "celtera",
"repo": "avendish"
}
},
{
"name": "Cabbage",
"url": "https://cabbageaudio.com/",
"description": "Framework for developing audio plugins and standalone instruments with Csound",
"repository": {
"type": "GitHub",
"user": "rorywalsh",
"repo": "cabbage"
}
},
{
"name": "Clap",
"url": "https://github.com/free-audio/clap",
"description": "CLAP stands for CLever Audio Plugin. It is an audio plugin ABI which defines a standard for Digital Audio Workstations and audio plugins (synthesizers, audio effects, ...) to work together.",
"repository": {
"type": "GitHub",
"user": "free-audio",
"repo": "clap"
}
},
{
"name": "Cmajor",
"url": "https://cmajor.dev/",
"description": "Cmajor is a programming language for writing fast, portable audio software.",
"repository": {
"type": "GitHub",
"user": "SoundStacks",
"repo": "cmajor"
}
},
{
"name": "Csound",
"url": "https://csound.com/",
"description": "Programming language for sound and music synthesis",
"repository": {
"type": "GitHub",
"user": "csound",
"repo": "csound"
}
},
{
"name": "DawDreamer",
"url": "https://github.com/DBraun/DawDreamer",
"description": "Audio-processing Python framework supporting core DAW features written with JUCE",
"repository": {
"type": "GitHub",
"user": "DBraun",
"repo": "DawDreamer"
}
},
{
"name": "DawVert",
"url": "https://github.com/SatyrDiamond/DawVert",
"description": "DAW Project File Converter written in Python",
"repository": {
"type": "GitHub",
"user": "SatyrDiamond",
"repo": "DawVert"
}
},
{
"name": "DPF",
"url": "https://distrho.sourceforge.io/",
"description": "C++ framework for creating cross-platform audio plugins. DPF can build for LADSPA, DSSI, LV2, and VST formats.",
"repository": {
"type": "GitHub",
"user": "DISTRHO",
"repo": "DPF"
}
},
{
"name": "Dplug",
"url": "https://dplug.org/",
"description": "Dplug lets you create audio plug-ins with unmatched simplicity and speed, using the D language.",
"repository": {
"type": "GitHub",
"user": "AuburnSounds",
"repo": "Dplug"
}
},
{
"name": "Elementary",
"url": "https://www.elementary.audio/",
"description": "JavaScript runtime for writing native audio applications, as well as a library and framework for composing audio signal processes.",
"repository": {
"type": "GitHub",
"user": "elemaudio",
"repo": "elementary"
}
},
{
"name": "Faust",
"url": "https://faust.grame.fr/",
"description": "Functional programming language for real-time signal processing",
"repository": {
"type": "GitHub",
"user": "grame-cncm",
"repo": "faust"
}
},
{
"name": "FluidSynth",
"url": "https://www.fluidsynth.org/",
"description": "Real-time synth based on the SoundFont 2 specifications",
"repository": {
"type": "GitHub",
"user": "FluidSynth",
"repo": "fluidsynth"
}
},
{
"name": "Heavy",
"url": "https://wasted-audio.github.io/hvcc/",
"description": "The heavy hvcc compiler for Pure Data patches. With generators for Bela, Fabric, js, pdext, Unity, Daisy, DPF, and Wwise frameworks.",
"repository": {
"type": "GitHub",
"user": "Wasted-Audio",
"repo": "hvcc"
}
},
{
"name": "iPlug 2",
"url": "https://iplug2.github.io/",
"description": "Simple-to-use C++ framework for developing cross-platform audio plugins/apps",
"repository": {
"type": "GitHub",
"user": "iPlug2",
"repo": "iPlug2"
}
},
{
"name": "JUCE",
"url": "https://juce.com",
"description": "Cross-platform C++ framework for developing desktop and mobile apps and audio plugins",
"repository": {
"type": "GitHub",
"user": "juce-framework",
"repo": "JUCE"
}
},
{
"name": "jVSTwRapper",
"url": "http://jvstwrapper.sourceforge.net/",
"description": "Wrapper to write audio plugins in Java (VST 2.4, AU, LADSPA; Windows, Linux, macOS)",
"repository": {
"type": "SourceForge",
"project": "jvstwrapper"
}
},
{
"name": "libopenmpt",
"url": "https://lib.openmpt.org/libopenmpt/",
"description": "Cross-platform C/C++ module-playback library based on OpenMPT",
"repository": {
"type": "GitHub",
"user": "OpenMPT",
"repo": "openmpt"
}
},
{
"name": "libspatialaudio",
"url": "https://videolabs.io",
"description": "Cross-platform C++ library for Ambisonic encoding and decoding, filtering and binaural rendering",
"repository": {
"type": "GitHub",
"user": "videolabs",
"repo": "libspatialaudio"
}
},
{
"name": "NIH-plug",
"description": "Rust VST3 and CLAP plugin framework and plugins",
"repository": {
"type": "GitHub",
"user": "robbert-vdh",
"repo": "nih-plug"
}
},
{
"name": "PortAudio",
"url": "http://www.portaudio.com/",
"description": "Cross-platform audio I/O library",
"repository": {
"type": "Assembla",
"space": "portaudio"
}
},
{
"name": "Qubx",
"url": "https://github.com/PasqualeMainolfi/Qubx",
"description": "Rust library for queue-based multithreaded real-time parallel audio streams processing and management",
"repository": {
"type": "GitHub",
"user": "PasqualeMainolfi",
"repo": "Qubx"
}
},
{
"name": "r-audio",
"url": "https://github.com/bbc/r-audio",
"description": "A library of React components for building Web Audio graphs.",
"repository": {
"type": "GitHub",
"user": "bbc",
"repo": "r-audio"
}
},
{
"name": "React-JUCE",
"url": "https://docs.react-juce.dev/",
"description": "React-JUCE (formerly named Blueprint) is a hybrid JavaScript/C++ framework that enables a React.js frontend for a JUCE application or plugin.",
"repository": {
"type": "GitHub",
"user": "JoshMarler",
"repo": "react-juce"
}
},
{
"name": "RtAudio",
"description": "C++ classes for cross-platform real-time audio I/O",
"repository": {
"type": "GitHub",
"user": "thestk",
"repo": "rtaudio"
}
},
{
"name": "rust-vst",
"description": "VST 2.4 API implementation in the Rust language",
"repository": {
"type": "GitHub",
"user": "rust-dsp",
"repo": "rust-vst"
}
},
{
"name": "RustAudio",
"url": "https://rust-audio.discourse.group/",
"description": "Collection of audio processing and plugin libraries for the Rust language",
"repository": {
"type": "GitHub",
"user": "rustaudio",
"repo": ""
}
},
{
"name": "SAF",
"url": "https://leomccormack.github.io/Spatial_Audio_Framework/",
"description": "Cross-platform framework for developing spatial audio related algorithms and software in C/C++",
"repository": {
"type": "GitHub",
"user": "leomccormack",
"repo": "Spatial_Audio_Framework"
}
},
{
"name": "SOUL",
"url": "https://soul.dev/",
"description": "SOUL (SOUnd Language) is an attempt to modernise and optimise the way high-performance, low-latency audio code is written and executed.",
"repository": {
"type": "GitHub",
"user": "soul-lang",
"repo": "SOUL"
}
},
{
"name": "Soundpipe",
"url": "https://paulbatchelor.github.io/proj/soundpipe.html",
"description": "Lightweight music DSP library written in C; over 100 modules, many ported from Csound",
"repository": {
"type": "GitHub",
"user": "PaulBatchelor",
"repo": "Soundpipe"
}
},
{
"name": "Tone.js",
"url": "https://tonejs.github.io/",
"description": "A Web Audio framework for making interactive music in the browser.",
"repository": {
"type": "GitHub",
"user": "Tonejs",
"repo": "Tone.js"
}
},
{
"name": "tracktion_engine",
"url": "https://www.tracktion.com/develop/tracktion-engine",
"description": "Tracktion Engine module. You can build anything from a simple file-player or sequencer to a full blown DAW.",
"repository": {
"type": "GitHub",
"user": "Tracktion",
"repo": "tracktion_engine"
}
},
{
"name": "VSTGUI",
"description": "User-interface toolkit mainly for audio plugins",
"repository": {
"type": "GitHub",
"user": "steinbergmedia",
"repo": "vstgui"
}
},
{
"name": "WDL-OL",
"description": "Simple-to-use C++ framework for developing cross-platform audio plugins (superseded by iPlug 2)",
"repository": {
"type": "GitHub",
"user": "olilarkin",
"repo": "wdl-ol"
}
},
{
"name": "Web Audio API",
"url": "https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API",
"description": "The Web Audio API provides a powerful and versatile system for controlling audio on the Web, allowing developers to choose audio sources, add effects to audio, create audio visualizations, apply spatial effects (such as panning) and much more.",
"repository": {
"type": "GitHub",
"user": "WebAudio",
"repo": "web-audio-api"
}
},
{
"name": "WebAudioModules",
"url": "https://webaudiomodules.org/",
"description": "WAM (WebAudioModules) — synthesizers and audio effects processors for web browsers",
"repository": {
"type": "GitHub",
"user": "webaudiomodules",
"repo": "api"
}
},
{
"name": "WEBMIDI.js",
"url": "https://webmidijs.org/",
"description": "WEBMIDI.js makes it easy to interact with MIDI instruments directly from a web browser or from Node.js",
"repository": {
"type": "GitHub",
"user": "djipco",
"repo": "webmidi"
}
}
]