Skip to content

superzackx/VoiceActivatedBots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoiceActivatedBots

Voice activated bots! The name explains it. 🤖🐥🤖

Usage

To use, simply download the files and then open the test.html file in your browser. It will show an request for microphone, accept that. All the logic and JavaScript is in app.js

Or you can use the CDN version which offers everything except for the latest OOP version.

https://cdn.jsdelivr.net/gh/superzackx/VoiceActivatedBots@latest/CDN/script.js

Contributions

To contribute to this repo, clone it on your PC and open an issue with the link to the modified version. I will look into it!

Notes

Voice API will not work in internet explorer! Please use supported browsers such as Google Chrome and Microsoft Edge.

Credits

  1. superzackx(Yash) - That's me! I made this fully. So whenever your bot does something for you, keep me in mind! Just kidding, have fun with the bot. Developing is all about open-source.

  2. NightZan999 - A great person who has done a lot for this project. Mainly the OOP part.

Exlplore the voice API

Link for MDN reference: https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API/Using_the_Web_Speech_API