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.