DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Create a Forum Codes and Support
*****************************************************
#Post#: 7256--------------------------------------------------
[Code] Voice to Text
DIR By: xboi209
Date: November 13, 2012, 11:23 pm
---------------------------------------------------------
Description: Adds a small icon to some boxes that allows text
which will activate Voice to Text recognition where you can
speak through a mic and text gets outputted. ONLY WORKS IN
GOOGLE CHROME!!!
This code utilizes jQuery, please use the latest version found
in this thread:
HTML http://support.createaforum.com/5/jquery-v1-8-update/
HTML http://support.createaforum.com/5/jquery-v1-8-update/
Footers:
--- Code ---
<script>/*Created by Xboi209 -
11.13.12*/$("input:not(:password)").attr("x-webkit-speech","x-webkit-speech");$("textarea[name='message']").each(function(){var
$this=$(this);$(this).after("<form
action='javascript:void(0);'><input type='text'
class='copy_speech' size='100'
x-webkit-speech='x-webkit-speech'></form><a href='javascript:;'
class='append_speech'>Copy text to
textarea</a>");$("a.append_speech").click(function(){$this.append($(this).closest("div").children("form").children("input.copy_speech").val())})});</script>
--- End Code ---
#Post#: 7506--------------------------------------------------
Re: [Code] Voice to Text
DIR By: Lionel
Date: November 30, 2012, 6:53 am
---------------------------------------------------------
Where can I find those boxes?
#Post#: 7510--------------------------------------------------
Re: [Code] Voice to Text
DIR By: xboi209
Date: November 30, 2012, 12:56 pm
---------------------------------------------------------
It's on almost any box, look at the quick search box for an
example. Note that it only works on Google Chrome
*****************************************************
Page 1 of 1