Noise/Drone Synth made with vueJS.
🚧 NOTE: This is a work in progress project !
Live Demo : https://isssynth.jeromedevillers.com/
I wanted to make a noise/drone synth using International Space Station data.
Something challenging for this project was to use ISS data and convert that to an audible sound. For reference, human can hear frequencies from 20Hz to 20kHz. (https://en.wikipedia.org/wiki/Hearing_range)
To Start:
$ npm install
To Develop:
$ npm run serve
To Build For Production:
$ npm run build
You can now access http://localhost:4000/
you should now heard sound.
- Setup project & add basic files structure.
- Add Tone.js & Generate audible frequencies.
- Add P5.js & Generate minimalist animations.
- Add volume control.
- Add sound effects controls (Delay, Chorus) and make animations react relative to value.
- Embed this project to a Raspberry Pi.
- Add some physical controls with Arduino.
- Create and print 3D enclosure.