Skip to content

TUIHackfridays/WebSpeechAPI-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Speech API Demo

The Web Speech API has two parts: SpeechSynthesis (Text-to-Speech - TTS) and SpeechRecognition (Speech-to-Text - STT). This demo only explores the STT part.

Read more about this here

Run demo

In the root directory run the command:

$ python -m SimpleHTTPServer 3000

Open Chrome or Chromium browser at http://localhost:3000 (currently browsers that supports this API)

Screenshot

demo screenshot

Note

Try saying play Daft Punk Get Lucky. You can also try other artists and tracks just say play before it.

About

Web Speech API Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors