Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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:

soundFile.setVolume(3);
save(soundFile, "mySound.wav");

It will play like that, but it will not save with the volume effect added. Is there any way to do this? If so, how? Thanks for all your help in advance!

What I have tried:

I have tried lots of things but none of them worked.
Posted
Updated 5-Nov-20 5:21am

1 solution

 
Share this answer
 
Comments
Landon Soo Hoo 5-Nov-20 11:25am    
I know, it saves it, but it did not save it with the effects added. That was the documentation I was using that did not help me.
Richard MacCutchan 5-Nov-20 11:59am    
Your call to the save method is not correct according to the documentation. You need to post your question on the p5 website. It is their software so they will know more about it than anyone here.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900