[][src]Static p5_sys::global::saveSound

pub static saveSound: SaveSoundInternalType

Save a p5.SoundFile as a .wav file. The browser will prompt the user to download the file to their device. For uploading audio to a server, use p5.SoundFile.saveBlob.

Parameters

soundFile p5.SoundFile that you wish to save

fileName name of the resulting .wav file.