Click a button to run the command.

To run this example locally, from the AudioRecorder directory run the command:
python -m SimpleHTTPServer 8081
Then visit http://localhost:8081/examples/recorder.html.
Or do the equivalent on your system... but it won't work if you just open the local file recorder.html in a browser.

*In addition to running AudioRecorder.record(), this button calls clips.push(AudioRecorder.getClip()) if necessary.