Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesfiltness/web-audio-mixer
An audio mixer built using Web Audio API
https://github.com/jamesfiltness/web-audio-mixer
audio-applications javascript music web-audio web-audio-api
Last synced: 3 months ago
JSON representation
An audio mixer built using Web Audio API
- Host: GitHub
- URL: https://github.com/jamesfiltness/web-audio-mixer
- Owner: jamesfiltness
- License: mit
- Created: 2017-09-30T12:05:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T07:36:26.000Z (almost 2 years ago)
- Last Synced: 2024-05-05T08:35:54.826Z (6 months ago)
- Topics: audio-applications, javascript, music, web-audio, web-audio-api
- Language: JavaScript
- Homepage: https://jamesfiltness.github.io/web-audio-mixer/
- Size: 49 MB
- Stars: 96
- Watchers: 6
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-webaudio - web-audio-mixer - An audio mixer built using Web Audio. (Packages / Apps)
README
# 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](https://developer.mozilla.org/en-US/docs/Web/API/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](/screenshot.png)