summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech/speech_recognizer.h
Commit message (Expand)AuthorAgeFilesLines
* On windows, send audio hardware info with speech input requests if user conse...satish@chromium.org2010-11-191-1/+4
* Language tag for speech.leandrogracia@chromium.org2010-11-011-1/+4
* Revert 64466 - Language tag for speech.nirnimesh@chromium.org2010-10-291-4/+1
* Language tag for speech.leandrogracia@chromium.org2010-10-291-1/+4
* Added grammar attribute to speech input.satish@chromium.org2010-10-281-1/+3
* Add ability to parse multiple recognition results and send them to WebKit.satish@chromium.org2010-10-261-4/+5
* Show a volume indicator as audio is being recorded.satish@chromium.org2010-09-161-0/+7
* We used to show error messages as info bars earlier. Based on UX feedback, we...satish@chromium.org2010-09-101-2/+3
* Give time for environment estimation and detect the no-speech case.satish@chromium.org2010-09-091-3/+25
* Show proper messages if we find errors before or during audio recording.satish@chromium.org2010-08-271-0/+5
* Make SpeechInputManager a process wide singleton so it can make sure there is...satish@chromium.org2010-08-261-11/+5
* Fix order of includes in header file.satish@chromium.org2010-08-251-5/+6
* Add an endpointer for detecting end of speech.satish@chromium.org2010-08-241-0/+2
* Compress recorded audio with speex before transmitting to server for recognit...satish@chromium.org2010-08-181-0/+3
* Support for multiple speech enabled elements in same page.satish@chromium.org2010-08-171-5/+13
* Adds SpeechRecognizer which provides a simple interface to record and recogni...satish@chromium.org2010-08-121-0/+99