@grame/faustwasm 0.0.26 → 0.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -239,7 +239,7 @@ A high-level API is available to compile a DSP program and create the audio node
|
|
|
239
239
|
|
|
240
240
|
Simply include the following to get access to types and functions:
|
|
241
241
|
~~~~~~~~~~~~~~~
|
|
242
|
-
///<reference types="@grame/
|
|
242
|
+
///<reference types="@grame/faustwasm"/>
|
|
243
243
|
~~~~~~~~~~~~~~~
|
|
244
244
|
|
|
245
245
|
## Dynamic and Static Instances <a name="ds"></a>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grame/faustwasm",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.27",
|
|
4
4
|
"description": "WebAssembly version of Faust Compiler",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"types": "dist/esm/index.d.ts",
|
|
@@ -22,7 +22,9 @@
|
|
|
22
22
|
},
|
|
23
23
|
"keywords": [
|
|
24
24
|
"faust",
|
|
25
|
-
"webassembly"
|
|
25
|
+
"webassembly",
|
|
26
|
+
"audio",
|
|
27
|
+
"signal processing"
|
|
26
28
|
],
|
|
27
29
|
"author": "Grame-CNCM",
|
|
28
30
|
"license": "LGPL-3.0",
|