Skip to content

mrbalihai/webaudio-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebAudio Experiments

Live Demo

Resources

About

This repo is just my tinkerings with the WebAudioAPi as a means to learn more about digital audio and a bit of a creative coding exercise. The code is quite rough and hacky.

The 'j', 'k' and 'l' keys are mapped to different drums. The visualisation is done using the WebAudio Analyser with ThreeJS. You can fly around the visualisation with 'w', 'a', 's' and 'd'.

Eventually I want to go on to create a sequencer that can record samples and apply filters.

Getting Started

An index.html is included that loads the script using browser native module loading.

npm install && npm start