This is a web-based sound meter to measure sound levels and play an annoying noise when the sound levels are too high.
- Clone the repository
- Start a web server in the repository directory (e.g.
python -m SimpleHTTPServer 8080
) - Plug in your headphones to avoid feedback
- Browse to
sound_meter.html
and click 'Start' - Make some loud noises and see what happens!
- Since this widget relies on microphone input, you must view the page in Chrome Canary (https://www.google.ca/intl/en/chrome/browser/canary.html)
This was hacked together using the following resources: