I am looking for advice how to set web pages where user can interact with it using microphone. The aim would be that user can say word and the word would be recorder and the file compared on server with another sound (word) and then the result (the searched word) would be displayed. It would be a spoken dictionary.
Share
The only way to do this currently is to build a Flash application that records microphone audio. Now, you don’t have to build the whole thing in Flash… your Flash movie can interact with JavaScript from there. But, Flash is the only way to record audio client-side, short of a Java applet or browser plugin.