https://github.com/jamby/gametimers
https://github.com/jamby/gametimers
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamby/gametimers
- Owner: jamby
- Created: 2016-02-11T20:37:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T00:09:48.000Z (over 10 years ago)
- Last Synced: 2025-01-01T08:17:40.293Z (over 1 year ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GameTimers
## Install
First make sure you have latest versions of npm and node.
Then install the npm modules to run certain things
```
npm install
```
Then to run Webpack
```
npm run watch
```
Then to run Electron
```
npm start
```
## Potential problems
Apparently Google only allows 50 things a day for the `webkitSpeechRecognition` so we may need to find another service for this.
- https://groups.google.com/a/chromium.org/forum/#!topic/chromium-html5/s2XhT-Y5qAc
Unsure on if this is going to be a problem?
Currently I've changed it to restart it `onend` so we never lose the microphone, but that seems odd.
Found another potential speech-to-text: http://stephenwalther.com/archive/2015/01/05/using-html5-speech-recognition-and-text-to-speech
## To do
We need to get some kind of backend for this.
## Tutorial from
- https://medium.com/@Agro/developing-desktop-applications-with-electron-and-react-40d117d97564#.za0uzzyyr
- The above is a little out of date, because it is using an older version of React.
- https://github.com/MicheleBertoli/react-speech
## Tech List
- React
- MaterialUI : http://www.material-ui.com/#/components/
- Underscore
- Electron
- Webkit Voice Recognition : http://shapeshed.com/html5-speech-recognition-api/