summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech/speech_recognizer.cc
Commit message (Expand)AuthorAgeFilesLines
* Extend speech input bubble in Mac to display error messages with try-again an...satish@chromium.org2010-09-211-12/+12
* Show a volume indicator as audio is being recorded.satish@chromium.org2010-09-161-11/+33
* We used to show error messages as info bars earlier. Based on UX feedback, we...satish@chromium.org2010-09-101-2/+0
* Give time for environment estimation and detect the no-speech case.satish@chromium.org2010-09-091-16/+45
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-4/+4
* Show proper messages if we find errors before or during audio recording.satish@chromium.org2010-08-271-0/+1
* Make SpeechInputManager a process wide singleton so it can make sure there is...satish@chromium.org2010-08-261-2/+1
* Add an endpointer for detecting end of speech.satish@chromium.org2010-08-241-9/+36
* Compress recorded audio with speex before transmitting to server for recognit...satish@chromium.org2010-08-181-6/+83
* Support for multiple speech enabled elements in same page.satish@chromium.org2010-08-171-8/+9
* Adds SpeechRecognizer which provides a simple interface to record and recogni...satish@chromium.org2010-08-121-0/+180