node-web-audio-api 0.8.0 → 0.9.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 +4 -0
- package/README.md +4 -2
- package/node-web-audio-api.darwin-arm64.node +0 -0
- package/node-web-audio-api.darwin-x64.node +0 -0
- package/node-web-audio-api.linux-arm-gnueabihf.node +0 -0
- package/node-web-audio-api.linux-x64-gnu.node +0 -0
- package/node-web-audio-api.win32-arm64-msvc.node +0 -0
- package/node-web-audio-api.win32-x64-msvc.node +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -96,13 +96,15 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
|
|
96
96
|
2. Install and build from github
|
|
97
97
|
|
|
98
98
|
```sh
|
|
99
|
-
|
|
99
|
+
git clone https://github.com/ircam-ismm/node-web-audio-api.git node_modules/node-web-audio-api
|
|
100
100
|
cd node_modules/node-web-audio-api
|
|
101
101
|
npm install
|
|
102
102
|
npm run build
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
-
The package will be built on your machine, which might take some time
|
|
105
|
+
The package will be built on your machine, which might take some time.
|
|
106
|
+
|
|
107
|
+
Be aware that the package won't be listed on your `package.json` file, and that it won't be re-installed if running `npm install` again. A possible workaround would be to include the above in a postinstall script.
|
|
106
108
|
|
|
107
109
|
## Development notes
|
|
108
110
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|