0.1.0 • Published 10 months ago
@synthlet/noise v0.1.0
@synthlet/noise
Noise generator module for synthlet
import { registerNoiseWorklet, createWhiteNoise } from "@synthlet/noise";
const audioContext = new AudioContext();
await registerNoiseWorklet(audioContext);
const noise = createWhiteNoise();
noise.connect(audioContext.destination);
Install
npm i @synthlet/noise
0.1.0
10 months ago