Does top search engines will enable voice activated search?

Dani AI

Generated

The original question from and the early comments from and raised the right practical worries (cost, accents, noisy input). and pointed to early work and experiments. Below is a concise, up-to-date summary and hands-on guidance that fills those gaps.

Modern speech recognition is mature enough for real-world search. Improvements in neural acoustic models and much larger, diverse training sets have driven big accuracy gains; on-device models and server-side APIs are both common deployment choices. For in-browser capture and quick prototyping, the Web Speech API is the usual starting point (Web Speech API documentation). For the ML background on why current systems improved, see seminal work on deep models for acoustic tasks (Hinton et al., 2012).

Practical steps for site owners and SEOs: assume voice queries will be conversational and question-like. Make pages that answer common questions clearly at the top, use concise lead answers, and add structured markup (FAQ/QAPage schema) so assistants can find direct answers quickly (). Prioritize page speed, mobile UX, local listings, and short, natural-language snippets.

Developer troubleshooting checklist: start with the browser API for capture, test across accents and noisy environments, add voice-activity detection and noise suppression, and provide an explicit privacy/microphone-consent flow. Measure performance with standard metrics (word error rate) and iterate with more training data or a cloud speech-to-text service if accuracy lags. The concerns raised are still relevant, but modern tooling and datasets make them solvable in most common scenarios.

Recommended Answers

All 4 Replies

I think no.

I think not now. It is possible in coming years but not at this stage. As it is a costly process as it needs a fairly large database to maintain voices. Other then voices another big issue is to handle different accents of users from different regions.... The voices recorded from user end may contain enough noise....

Its not that far. The new chrome 11 has a voice enabled search function. You will just need to say the required search keyword and chrome will automatically show the results from the search engine, which is selected by the user.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.