waa-raub
v0.0.7
Published
Web Audio Api implementation for Node.js
Downloads
277
Readme
waa
Web Audio Api implementation for Node.js
NOTE: This is WORK IN PROGRESS module. Some features may be missing. Contributions are welcome.
Install
npm i -s waa-raub
Note: as this is a compiled addon, compilation tools must be in place on your system.
Such as MSVS13 for Windows, where ADMIN PRIVELEGED
npm i -g windows-build-tools
most probably helps.
Usage
This module is trying to comply with the documented Web Audio Api.
Simply require any class you like from the module and then follow the doc:
const { AudioContext } = require('waa-raub'); // usually this is enough