node-web-audio-api 0.11.0 → 0.12.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## v0.12.0
2
+
3
+ - Update upstream crate to v0.33 (fix device number of channels > 32)
4
+
1
5
  ## v0.11.0
2
6
 
3
7
  - Update upstream crate to v0.32
package/README.md CHANGED
@@ -64,8 +64,6 @@ npm run build
64
64
  node examples/granular-scrub.mjs
65
65
  ```
66
66
 
67
- If
68
-
69
67
  ## Caveats
70
68
 
71
69
  - The async methods are not trully async for now and are just patched on the JS side. This will evolve once the "trully" async version of the methods are implemented in the upstream library.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-web-audio-api",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "author": "Benjamin Matuszewski",
5
5
  "description": "Node.js bindings for web-audio-api-rs using napi-rs",
6
6
  "exports": {