User Profile
Collapse
-
What library should I use? -
How to save p5.js sound file with effects?
I am making a simple audio recorder and editor with p5.js and p5.sound. I have searched the docs and Google for this answer and have not found it. So I am asking the professionals. I want to know how to save the p5.js sound file with the effects added. For example, I tried this:
Code:soundFile.setVolume(3); save(soundFile, "mySound.wav");
No activity results to display
Show More
Leave a comment: