A WebAudio Guitar Looper
- Connect an instrument or microphone to your computer
- Bring up an HTTP server (e.g.,
python -m SimpleHTTPServer
) - Point your browser to the server address (e.g., http://localhost:8000)
- Allow microphone access when prompted
- Play/sing!
- R - Record;
- Space - start/stop playback; stop recording;
- Home - scroll to beginning;
- End - scroll to end;
- D - Download recorded audio.
- Buttons on the bottom left: control record/playback & position;
- Download button: download recorded audio.
- Select subsection to create loop;
- Shift-click to expand/collapse existing loop;
- Click to remove existing loop.