Record Save Audio
Record a sound, play it back and save it as a .wav file to the client's computer. We need three objects: a p5.AudioIn (mic / sound source), p5.SoundRecorder (records the sound), and a p5.SoundFile (play back / save).
To run this example locally, you will need the p5.sound library a sound file, and a running local server.
5
27
29
36
42