Sonoscopia / Transarkiv

Web-based audio archive mixer and recorder.
0 stars 0 forks source link

Saving audio files to disk in Safari web browser #22

Open p1nh0 opened 8 years ago

p1nh0 commented 8 years ago

When recording the mix and saving the audio file to disk in Safari a pop-up window appears with the following text:

Hello, Safari user! To download this file...

  1. Go to File --> Save As.
  2. Choose "Page Source" as the Format.
  3. Name it with this extension: ."wav"

This forces the user to leave our index.html page, jumping to a page where the source code represents the audio file to save. The user then has to save the source code and add the .wav extension to it...

p1nh0 commented 8 years ago

Added this issue to p5.js-sound Follow here: https://github.com/processing/p5.js-sound/issues/110

p1nh0 commented 8 years ago

Maybe we should warn the user if he is using Safari otherwise is mix will be lost after saving the audio file