From 1261c2e2293a214a4d46967388660d1b5d0d4bd5 Mon Sep 17 00:00:00 2001 From: Rohit Nandwani Date: Thu, 20 Jun 2019 17:15:52 -0400 Subject: [PATCH] disabled voice --- client/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/index.html b/client/index.html index ce52585..8ca5122 100644 --- a/client/index.html +++ b/client/index.html @@ -34,7 +34,7 @@ annyang.addCommands(commands); // Start listening. You can call this here, or attach this call to an event, button, etc. - annyang.start(); + //annyang.start(); }