This is a part of Node3D project.
npm install @node-3d/webaudioThis addon is ABI-compatible across Node.js versions. There is no compilation during
npm install.
Node.js addon implementing the Web Audio Api.
Import any class you like from the module and then follow the doc:
import { AudioContext } from '@node-3d/webaudio'; // usually this is enoughThis module is WORK IN PROGRESS. Some features are missing for good.
Currently exported classes:
AudioBufferAudioContextAudioParamAnalyserNodeBiquadFilterNodeConvolverNodeGainNodePannerNodeAudioBufferSourceNodeOscillatorNodeAudioScheduledSourceNode
In examples directory, currently working examples are prepended with _.