diff --git a/README.md b/README.md index fbe8f05..664dd32 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,11 @@ I wanted to mess around with capturing audio via getUserMedia # Boilerplate -Started with [prototool](https://github.com/w33ble/prototool) \ No newline at end of file +Started with [prototool](https://github.com/w33ble/prototool) + +# Credits and resources + +[Capturing Audio & Video in HTML5](http://www.html5rocks.com/en/tutorials/getusermedia/intro/) +[Live Web Audio Input Enabled!](http://updates.html5rocks.com/2012/09/Live-Web-Audio-Input-Enabled) +[Audio Capture](http://webaudiodemos.appspot.com/AudioRecorder/index.html) +[Modernizr.getUserMedia === undefined](http://stackoverflow.com/questions/21435203/modernizr-getusermedia-undefined) \ No newline at end of file diff --git a/bower.json b/bower.json index fce91c6..d9991c6 100644 --- a/bower.json +++ b/bower.json @@ -20,6 +20,7 @@ "lodash": "~2.4.1", "jquery": "~2.1.0", "bluebird": "~1.2.3", - "modernizr": "~2.7.2" + "modernizr": "~2.7.2", + "normalize-css": "~3.0.1" } } diff --git a/public/index.html b/public/index.html index 6bbe020..1adcf12 100644 --- a/public/index.html +++ b/public/index.html @@ -12,7 +12,7 @@ - + @@ -26,7 +26,7 @@

Record all the audio

-
+