2.0.1 • Published 6 months ago

3d-webaudio-raub v2.0.1

Weekly downloads
33
License
MIT
Repository
github
Last release
6 months ago

Node.js 3D WebAudio

This is a part of Node3D project.

NPM ESLint Test

npm i -s 3d-webaudio-raub

WebAudio plugin for Node.js 3D Core. It injects WebAudio API into Node3D's window.

import { init } from '3d-core-raub';
import { init as initWebaudio } from '3d-webaudio-raub';

// Fetch `window` from standard Node3D init
const { window } = init();

// Initialize Webaudio
const { webaudio } = initWebaudio({ window });
// webaudio.AudioContext === window.AudioContext === global.AudioContext

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

For the full contents of currently exported webaudio object, see the docs of webaudio-raub. This plugin re-exports those as is.

2.0.1

6 months ago

2.0.0

6 months ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago