Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thurloat/input-x-webkit-speech
Demo App for <input x-webkit-speech>
https://github.com/thurloat/input-x-webkit-speech
Last synced: 9 days ago
JSON representation
Demo App for <input x-webkit-speech>
- Host: GitHub
- URL: https://github.com/thurloat/input-x-webkit-speech
- Owner: thurloat
- Created: 2010-11-25T14:02:33.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-07T22:28:24.000Z (almost 14 years ago)
- Last Synced: 2024-04-14T09:18:08.275Z (7 months ago)
- Language: JavaScript
- Homepage: http://voicechatroom.appspot.com/
- Size: 139 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
This is a demo app for <input x-webkit-speech> found in Chrome 8+
----
## To CompileJS is Compiled using Google Closure Library / Compiler, Backend written on App Engine
closurebuilder.py --root=~/closure/lib/ \
--root=js/ \
--namespace="thurloat.voiceChat" \
--output_mode=compiled \
--compiler_jar=~/closure/compiler.jar \
--compiler_flags="--compilation_level=ADVANCED_OPTIMIZATIONS" > output.js