Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Download #9

Closed
bradennapier opened this issue Jun 16, 2016 · 3 comments
Closed

How to Download #9

bradennapier opened this issue Jun 16, 2016 · 3 comments
Labels

Comments

@bradennapier
Copy link

How do you download the finished track?

@naomiaro
Copy link
Owner

I haven't implemented a way to do this yet, it would require some code addition.

@Willena
Copy link
Contributor

Willena commented Jul 24, 2016

I have read somewhere that with web audio it is impossible to download on the fly the finished track. Each web audio output node has to be connected to something that record audio in real time, just like the microphone, but instead of connecting the microphone, you connect the output node. Here maybe each track should be passed throught web audio chanel merger to get one general output and then recorded.

This is my thinking about that but maybe there is another solution ?

I have news that can be usefull :

  • AudioBuffers can be mixed together to make another AudioBuffer
  • offlineAudioContext in addition to AudioContext can generate what we are looking for. Documentation

@naomiaro
Copy link
Owner

There is now a released version of the library with an example to show how to export to WAV

http://naomiaro.github.io/waveform-playlist/web-audio-editor.html

Click the top blue button on the right, and a download link will appear to the right of the button!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants