Skip to content

Instantly share code, notes, and snippets.

@victorjonsson
Created July 20, 2012 10:57
Show Gist options
  • Save victorjonsson/3150165 to your computer and use it in GitHub Desktop.
Save victorjonsson/3150165 to your computer and use it in GitHub Desktop.
jQuery Speech Interface example 1
<script src="js/jquery/jquery.min.js"></script>
<script src="js/jquery/jquery.speechinterface.js"></script>
<script>
jQuery(document).ready(function() {
jQuery('body').speechInterface({
debugMode : 2,
scrollLength : jQuery(window).height() * 0.4,
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment