Web-Multi-Media / multi-web-audio-sequencer

Web collaborative step sequencer
https://labs.freesound.org/sequencer
GNU General Public License v3.0
10 stars 2 forks source link

Export loop as opus audio file #27

Closed valou5940 closed 6 years ago

valou5940 commented 6 years ago

It would be nice to be able to export the loop created as a downloadable file stored in the user's computer.

I think the Web Audi API can do the trick :

https://developer.mozilla.org/fr/docs/Web/API/AudioContext/createMediaStreamDestination

As for the front, just add an export button in the search container.

What do you think ?

DerouineauNicolas commented 6 years ago

You should be aware that you'll need external dependancies to encode the PCM output to MP3.

DerouineauNicolas commented 6 years ago

Let's try with opus first.