Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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>

Awesome Lists containing this project

README

        

This is a demo app for <input x-webkit-speech> found in Chrome 8+

----
## To Compile

JS 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