anuejn / muzikilo.js

A code driven synth for the browser
https://anuejn.github.io/muzikilo.js
GNU Affero General Public License v3.0
24 stars 4 forks source link

Audio File support #15

Open anuejn opened 6 years ago

anuejn commented 6 years ago

Being able to play audio samples would be nice.

Describe the solution you'd like A drag and drop area on the left side of the keyboard. it should take audio files (like mp3, wav, ...) and provide you with a Float32 array containing the samples of the files. Stereo should be mixed to one channel.

Describe alternatives you've considered None yet.