https://github.com/huijing/talk-zodiac
🗣 Experimenting with WebSpeech API support in Chinese
https://github.com/huijing/talk-zodiac
experiment webspeech-api
Last synced: 3 days ago
JSON representation
🗣 Experimenting with WebSpeech API support in Chinese
- Host: GitHub
- URL: https://github.com/huijing/talk-zodiac
- Owner: huijing
- Created: 2020-01-14T14:32:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T00:42:09.000Z (over 6 years ago)
- Last Synced: 2025-08-11T19:45:22.826Z (11 months ago)
- Topics: experiment, webspeech-api
- Language: JavaScript
- Homepage: https://huijing.github.io/talk-zodiac
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Talk zodiac
Playing around with the WebSpeech API again. Kind of a part 2 to [Let's talk CSS colours](https://github.com/SingaporeCSS/colour-speech). Code modified from references linked below. Probably quite buggy still. Submit issue if you find a bug and maybe I'll get around to fixing it, thanks.
References:
- [Using the Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API/Using_the_Web_Speech_API)
- [Feature detection test for the Web Speech Recognition API](https://gist.github.com/alrra/3784549)
## To setup on local
1. `git clone git@github.com:huijing/talk-zodiac.git`
2. `npm install`
3. `gulp`
- Styles go in the styles.scss file, and will be compiled by Gulp
- Scripts go into the js folder, and will be concatenated by Gulp