Skip to content

Commit

Permalink
Removed the voiceover since it was a bit annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
aadiraju committed Mar 26, 2021
1 parent 5c7325e commit 718eda8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions GUIWebsite/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
title: "Chat with JokeBot",
container: document.querySelector(".chat-container"),
welcomeMessage: "Hi, I am JokeBot. (You can say hi if you'd like)",
speechRecognition: "en-US",
voiceLang: "en-US"
speechRecognition: "en-US"
//Uncomment to following line to enable voiceover, and add a comma after speechRecognition: "en-US" on the line above
/*voiceLang: "en-US"*/
});
chatroom.openChat();
</script>
Expand Down

0 comments on commit 718eda8

Please sign in to comment.