Reference save()

save()

Save a p5.SoundFile as a .wav file. The browser will prompt the user to download the file to their device. To upload a file to a server, see getBlob

Examples

Syntax

save([fileName])

Parameters

fileName
String:

name of the resulting .wav file.

Notice any errors or typos? Please let us know. Please feel free to edit lib/addons/p5.sound.js and open a pull request!

Related References