npm.io
5.1.1 • Published 1 year ago

webaudio-raub

Licence
MIT
Version
5.1.1
Deps
3
Size
18 kB
Vulns
0
Weekly
0
Stars
20
DeprecatedThis package is deprecated
Install scriptsThis package runs scripts during installation (preinstall/install/postinstall)

WebAudio for Node.js

This is a part of Node3D project.

NPM ESLint Test Cpplint

npm i -s webaudio-raub

This addon is ABI-compatible across Node.js versions. There is no compilation during npm i.

Node.js addon implementing the Web Audio Api.

Simply require any class you like from the module and then follow the doc:

const { AudioContext } = require('webaudio-raub'); // usually this is enough

This module is WORK IN PROGRESS. Some features are missing for good.

Currently exported classes:

  • AudioBuffer
  • AudioContext
  • AudioParam
  • AnalyserNode
  • BiquadFilterNode
  • ConvolverNode
  • GainNode
  • PannerNode
  • AudioBufferSourceNode
  • OscillatorNode
  • AudioScheduledSourceNode

In examples directory, currently working examples are prepended with _.

Keywords