diff --git a/samples/js/demos/html/local-audio-volume.html b/samples/js/demos/html/local-audio-volume.html new file mode 100644 index 000000000..57adf846d --- /dev/null +++ b/samples/js/demos/html/local-audio-volume.html @@ -0,0 +1,126 @@ + + +
+ +Demonstrates measuring the volume of a local media stream
+ using WebAudio.
+ Press Start, select a microphone, listen to your own voice in loopback,
+ and see the numbers change as you speak.