4.0.0 • Published 2 years ago
webaudio-raub v4.0.0
WebAudio for Node.js
This is a part of Node3D project.
npm i -s webaudio-raubThis module is WORK IN PROGRESS. Some features are missing for good.
Node.js addon implementing the Web Audio Api.
Note: this addon uses N-API, and therefore is ABI-compatible across different Node.js versions. Addon binaries are precompiled and there is no compilation step during the
npm icommand.
Simply require any class you like from the module and then follow the doc:
const { AudioContext } = require('webaudio-raub'); // usually this is enoughCurrently exported classes:
AudioBufferAudioContextAudioParamAnalyserNodeBiquadFilterNodeConvolverNodeGainNodePannerNodeAudioBufferSourceNodeOscillatorNodeAudioScheduledSourceNode
In examples directory, currently working examples are prepended with _.