Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7089747
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T07:57:36+00:00 2026-05-28T07:57:36+00:00

Google chrome has a very nice speech recognition control in it’s browser. For example

  • 0

Google chrome has a very nice speech recognition control in it’s browser. For example if I place this html tag:

<input  id="speech" type="text" speech="speech" x-webkit-speech="x-webkit-speech" onspeechchange="processspeech();" onwebkitspeechchange="processspeech();" />  

with it’s corresponding javascript:

<script type="text/javascript">

        function processspeech() {
            var speechtext = $("#speech").val();
            alert(speechtext);
        }

</script>

then I will be able to use google’s speech recognition. I am wondering if it is possible to send a click to that input control in order to activate it with JavaScript. In other words I want to start recording the message by clicking my button other than the little microphone. I plan to use the website locally so maybe I can send a click some other way.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T07:57:36+00:00Added an answer on May 28, 2026 at 7:57 am

    I manage to do it with a program called autoit. here are the steps:

    1) download AutoIt and install.

    2) Create the html:

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title></title>
    
        <script src="Scripts/jquery-1.4.1.js" type="text/javascript"></script>
        <script type="text/javascript">
            function processspeech() {
                var speechtext = document.getElementById("speech").value;                   
                alert(speechtext);          
            }
    
        </script>
    </head>
    <body>
    
    
        <div id="speechinput"> 
            <input  id="speech" type="text" speech="speech" x-webkit-speech="x-webkit-speech" onspeechchange="processspeech();" onwebkitspeechchange="processspeech();" />          
        </div> 
    
    </body>
    </html>
    

    3) Open the html file that was just created on the last step with google chrome

    enter image description here

    4) when you instal autoit there is a program called autoit window info launch it and click in the summary tab

    enter image description here

    5) drag the finder tool to google’s chrome window (specifically to the microphone).

    enter image description here

    6) create a new autoit script:

    enter image description here

    I forgot to highligh the ControlClick Coords you will need that…

    7) type the following function in autoit with the results that you got from step 5:

    enter image description here

    8) Run the script by pressing {f5} and a click should then be sent to that control even if the window is hidden! you can then use ajax to send the result to your web server etc…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use google chrome as a control. I think Enso does this
I'm creating a web-site for a company which has browser extensions for Google Chrome,
According to this article Google Chrome 15 has a fullscreen JavaScript API. I have
Google chrome doesn't behave the same as other browsers when encountering this nugget: <?php
How does Google Chrome command and control multiple cross platform processes and provide a
Note: I'm using Google Chrome Currently I have this test page http://www.evecakes.com/doodles/canvas_size_issue.htm It should
I have ran into a very strange issue with Google Maps in Chrome 5.0.375.99:
I have a Google chrome plugin that has to sustain a connection (BOSH) with
I bet you guys know Google Chrome browser, yeah it comes from Chromium open-source
This problem is only happening in Google Chrome on Mac OS X (Chrome 17).

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.