How can i use voice inputing in php or HTML for all browser?
i have used HTML 5 Speech Input,but it only supports Google Chrome browser.i want this functinality for all browse.is any one have solution for this?

Recommended Answers

All 4 Replies

html5 is not compactible with all browsers.Check http://html5test.com/results/desktop.html for compactibilty with other browsers.
Web Audio API is on experimental and currently only chrome and maxthon 4.0 browser supports it.

Member Avatar for diafol
<input type="text" x-webkit-speech />

The property is a giveaway.

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.