summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech/speech_recognizer.h
Commit message (Expand)AuthorAgeFilesLines
* 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