@synthlet/chorus-t
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

@synthlet/chorus-t

Chorus (based on TAL Noisemaker) audio effect

Part of synthlet modular synthesis.

import { registerChorusWorklet, createChorus } from "synthlet"; // or "@synthlet/chorus-t";

const audioContext = new AudioContext();

await registerChorusWorklet(audioContext);

const osc = new Oscillator(audioContext, { frequency: 440 });
osc.start();
const chorus = createChorus(audioContext);

osc.connect(chorus).connect(audioContext.destination);

References

The implementation of this Chorus is based on TAL-Noisemaker

/@synthlet/chorus-t/

    Package Sidebar

    Install

    npm i @synthlet/chorus-t

    Weekly Downloads

    9

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    31.1 kB

    Total Files

    8

    Last publish

    Collaborators

    • danigb