Referencia 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

Ejemplos

Sintaxis

save([fileName])

Parámetros

fileName
String:

name of the resulting .wav file.

This page is generated from the comments in lib/addons/p5.sound.js . Please feel free to edit it and submit a pull request!

Referencias Relacionadas