saveSound

Static saveSound 

Source
pub static saveSound: SaveSoundInternalType
Expand description

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.