Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

RedBulli/speech-to-text-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech to Text Chat

Testing the Chrome's webkitSpeechRecognition API. Try it out at: https://speech-to-text-chat.herokuapp.com/

Sending messages with Socket.io and reusing the same Backbone model scripts on the server and the client with the help of RequireJS. They are pretty useless in this scope but I just wanted to test the concept somewhere.

Uses https by default to avoid the browser asking for the permission to use microphone every time the mic goes back on.

Get started

$ npm install # Installs dependencies & compiles coffees 
$ npm start https # Starts https server

# Alternatively as http server
$ npm start

Head to http or https://localhost:4001 (and accept the self signed certificates).

Playing around

$ npm run-script coffee-watch # Watches the coffee-script files for changes

About

Prototyping webkitSpeechRecognition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published