Overview

Recording

Here’s a quick way to record sound:

// QUICK RECORD
// start recording:
s.record;
 
// make some sounds
 
// stop recording:
s.stropRecording;
 
// optional: GUI with record button, volume control, mute button:
s.makeWindow;