From a15a69dd5509b931287d20a40b0d565f240d9617 Mon Sep 17 00:00:00 2001 From: changicho Date: Sun, 21 Jun 2020 18:47:18 +0900 Subject: [PATCH] Feat: Add 20 - Speech Detection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ?: STT를 이용해 변환 window.SpeechRecognition window.webkitSpeechRecognition 각각 지원하는 브라우저가 다름. --- 20 - Speech Detection/changi.html | 95 +++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 20 - Speech Detection/changi.html diff --git a/20 - Speech Detection/changi.html b/20 - Speech Detection/changi.html new file mode 100644 index 0000000..f790c04 --- /dev/null +++ b/20 - Speech Detection/changi.html @@ -0,0 +1,95 @@ + + + + + Speech Detection + + +
+ + + + + +