y-by / web-audio-mixer

An audio mixer built using Web Audio API

Home Page:https://jamesfiltness.github.io/web-audio-mixer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Audio API Mixer

Try your hand at mixing David Bowie's Space Oddity.

https://jamesfiltness.github.io/web-audio-mixer/

Audio mixer built with the Web Audio API, featuring 3 band parametric equalisation. The Web Audio API related code can be found here: https://github.com/jamesfiltness/web-audio-mixer/blob/master/public/mixer.js

To run the mixer locally first ensure you have Node installed.

  1. Clone the repo and cd to the directory
  2. Run npm i
  3. Run npm start
  4. Visit http://localhost:3000

This project has only been tested with Chrome and Firefox. Please be patient while the audio files load!

Web Audio Mixer

About

An audio mixer built using Web Audio API

https://jamesfiltness.github.io/web-audio-mixer/

License:MIT License


Languages

Language:JavaScript 55.3%Language:CSS 26.4%Language:HTML 18.3%