toolness / web-audio-synth

Just some experimentation with web audio synthesis.

Home Page:https://toolness.github.io/web-audio-synth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my attempt to learn about audio synthesis by generating waveforms in the browser.

View it online at: https://toolness.github.io/web-audio-synth/

Everything here is in the public domain.

Quick Start

If your browser supports most of ES2015--which at the time of this writing includes the latest versions of Chrome, Edge, and Firefox--then you can just open index.html in a browser.

Browsers that don't support most of ES2015 will load a transpiled version of the code. To build the transpiled version, run:

npm install
npm run build

Then open index.html in a browser.

About

Just some experimentation with web audio synthesis.

https://toolness.github.io/web-audio-synth

License:Other


Languages

Language:JavaScript 88.2%Language:HTML 8.3%Language:CSS 3.6%