We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm not exactly sure how this would work, but I'm attempting to create an interactive audio experience in the browser using p5. One that would allow the user to record via their microphone in the browser, which can be done with p5 Record Save Audio. What I'm stuck on is how the captured audio could then be stored server side to be played back on any future visits to the website along with other users' recorded audio. Sounds noisy, I know, but does anyone have a suggestion on how to tackle this?