You will have seen the microphone icon in the Google search field. Clicking on it activates speech recognition mode. It follows a straightforward progression path. So you most wonder how it works and how to add speech recognition to website.
First, google receives the microphone information and then it recognizes the words we are searching for and returns the results. There is no need to type.
This article will explain how to use the same speech recognition system for searching your WordPress blog.
We will explain it step-by-step so that you can understand.
Steps to Add Speech Recognition
Step 1 : Go to the Editor’ section on your WordPress website, which is located under the Appearance’ section.
Step 2 : Click on the file’searchform.php’ in the right sidebar. You can also press Ctrl+F to type searchform.php if you have multiple files in your right side bar.
Step 3 : Find the line that is connected to the input element. It should look similar to the following:
We’ll first simplify the code below as follows:
Simply add “x-webkit speech” at the end to the label input text. Make sure your code looks similar after this change.
That’s it. It’s so simple, right? Ah! It only works with Google Chrome at the moment. You should download it immediately and make it your default browser to get the best user experience.
Next? You were sure you were waiting for more, it seemed too easy. Okay, let’s go for more.
All the words that you have spoken through your microphone are displayed in the search box. However, the search does not begin until you press the Enter key. If the text was not correctly transcribed, this gave us the chance to correct it.
Let’s take a look at how to automatically make search start after you have dictated the words and pressed Enter.
We begin at the beginning:
This will detect when you have finished typing the search words and submit the form automatically. This is the result:
That’s all. Enjoy the results of your voice search. If you have any difficulties, please comment or mail us.
It only works with Google Chrome. You will also need to have a microphone connected on your computer.
This method works for all forms of webpages. Simply use ‘x’ and ‘onwebkitspeechchange in any field you are putting in search terms manually.
The technology has advanced so much that we no longer have to put our queries into search engines. You guessed it! It’s the Voice search, It is sure to make your life easier than ever. It’s simple and straightforward to use.
Open Google’s website on your desktop or mobile device. The microphone icon is located within the search box. Click this icon to speak now. The magic happens when your speech is converted into text.
This voice and speech recognition software is great because you don’t have to wait for your browser to understand what you are saying.
For those who don’t know how to touch type, this would be the best way to input via the keyboard. Voice search will be a major SEO trend in 2021. Let’s find out what voice search is and how you can add speech recognition to your site.
What is Voice Search?
You most wonder how it works and how to add speech recognition to website. Clicking on it activates speech recognition mode. It follows a straightforward progression path.
It is a search that activates by a voice command. It’s so simple!
Voice search can make your website more accessible. This could lead to more prospects.
Add Speech Recognition for Website
Voice search is a preferred method of communication for those who might have difficulty typing on a keyboard.
Voice search is also faster than traditional search because it doesn’t require people to search their keyboards for keys to type words.
Examples of such assistants are Alexa, from Amazon, and Google assistant. These assistants will make life easier for people.
You can now think about introducing this experience to your visitors on your website. This could be considered one of the best user experiences you offer your visitors on your website.
You only need a few lines code to add voice search functionality to your website. This will make it much easier for users to search your site or fill out forms with their voice. Voice search is supported by Firefox and Google Chrome.
Guide to Add Voice Search To Your Website
After smartphones were a trendetter, voice search has become a popular feature. This guide will show you how to add speech recognition functionality to your website.
Perhaps you are already familiar with the HTML5 speech Recognition API. This can be used to make our search recognition more effective.
To ensure voice recognition, you can add the attribute x-WebKit Speech to any form fields. It is not recommended these days because of reasons that are most familiar to its users.
It can still be useful by adding Javascript API to your form, which will allow you to use any field on the form for voice recognition.
You can place a microphone inside the box by using simple CSS, Javascript, and input buttons.
You can place the microphone image inside the box with a simple CSS or JavaScript, and input buttons. Form code is the heart of voice recognition functionality that works on any website. Use the code below:
The CSS is used for placing the microphone image in the input box. It also contains the form code that contains the JavaScript and the input button. This will ensure that all requirements are met.
In that, you could add the attribute ‘x-WebKit speech’ to any form fields to ensure that voice recognition works with it. But these days, it is avoided due to reasons are best known to its users. But it can be made useful by adding the Javascript API, which will drive any fields on your form on to the path of voice recognition.
By implementing a simple CSS, Javascript and input buttons that are the essential ingredients of form code (voice recognition begins here), you can have the image of a microphone placed within the box.
The microphone image can be placed inside the box using a simple CSS, a JavaScript and input buttons that make a form code, the real soul behind voice recognition functionality working on any website.
Use the code given below:
<!– CSS Styles –>
<style>
.speech {border: 1px solid #DDD; width: 300px; padding: 0; margin: 0}
.speech input {border: 0; width: 240px; display: inline-block; height: 30px;}
.speech img {float: right; width: 40px }
</style>
<!– Search Form –>
<form id=”GeekerMagazine” method=”get” action=”https://www.google.com/search”>
<div class=”speech”>
<input type=”text” name=”q” id=”transcript” placeholder=”Speak” />
<img onclick=”startDictation()” src=”//i.imgur.com/cHidSVu.gif” />
</div>
</form>
<!– HTML5 Speech Recognition API –>
<script>
function startDictation() {
if (window.hasOwnProperty(‘webkitSpeechRecognition’)) {
var recognition = new webkitSpeechRecognition();
continuous = false;
interimResults = false;
lang = “en-US”;
start();
onresult = function(e) {
getElementById(‘transcript’).value
= e.results[0][0].transcript;
stop();
getElementById(‘GeekerMagazine’).submit();
};
onerror = function(e) {
stop();
}
}
}
</script>
The CSS is used to place the microphone image within the input box, along with the form code containing the input button and the JavaScript, which will take care of all the essential requirements.
How to Voice Search
What happens when the user clicks the mic image in the search box?
It is easy – the JavaScript will check if the browser supports speech recognition. If it supports speech recognition, the browser will wait until the transcribed text arrives from Google before submitting the form.
The dictation app uses similar functionality to speech recognition API. However, it will write the transcribed text in the text area field and not the input box.
Now you are able to use voice search to find your website. You can also share your ideas with us by leaving a comment below.
Digital-Avertisers : We are a web design company in India that offers all types of web development and design services at reasonable prices. We also offer inbound marketing solutions at reasonable prices. Contact us for more information.