From 8d0d25b0869a2afd344e113fa9fc5e188af8e164 Mon Sep 17 00:00:00 2001 From: Ravenstine Date: Thu, 5 Jan 2017 12:49:52 -0800 Subject: [PATCH] Doesn't actually use WebRTC. LOL I was such a newb --- demo/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/index.html b/demo/index.html index 674aea78..b973dcf6 100644 --- a/demo/index.html +++ b/demo/index.html @@ -10,7 +10,7 @@ Fork me on GitHub
- This is a demo for Goertzel.js. It can detect dial-tones(aka DTMF, Touch-tone) through your microphone. This will only work in newer versions of modern browsers such as Google Chrome and Firefox, or any browser that properly supports WebRTC. + This is a demo for Goertzel.js. It can detect dial-tones(aka DTMF, Touch-tone) through your microphone. This will only work in newer versions of modern browsers such as Google Chrome and Firefox, or any browser that properly supports the `getUserMedia` browser API. To test the demo, use your phone(or play this video) to generate dial-tones. The browser should pick up samples through your microphone and use them to detect the dial-tones. The corresponding digits should appear below.