Dot

Dot is a simple web audio library for creating synthesizers and other real-time audio synthesis projects.

Dot provides a suite of nodes, util functions, and extras to help create amazing audio experiences. Dot was designed to be lightweight and easy to use, while still providing enough to cover most common use-cases.

Dot takes a lot of inspiration from Tone js. :p

View Dot on Github

Installation

# Installing with npm
npm install dot-audio

# Installing with yarn
yarn add dot-audio

Import

// Import in your project
import * as Dot from 'dot-audio'

// Import specific nodes
import { Synth, PingPongDelay, Keyboard } from 'dot-audio'