webaudio-raub
webaudio-raub copied to clipboard
Web Audio for Node.js
trafficstars
WebAudio for Node.js
This is a part of Node3D project.
npm i -s webaudio-raub
This 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 enough
Currently exported classes:
AudioBufferAudioContextAudioParamAnalyserNodeBiquadFilterNodeConvolverNodeGainNodePannerNodeAudioBufferSourceNodeOscillatorNodeAudioScheduledSourceNode
In examples directory, currently working examples are prepended with _.