summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech/speech_recognizer.cc
Commit message (Expand)AuthorAgeFilesLines
* Move core pieces of speech from chrome to content.jam@chromium.org2011-02-261-264/+0
* Fix a potential assert in SpeechRecognizer dtor.satish@chromium.org2011-01-201-3/+6
* If user had consented for metrics reporting, send speech input request origin...satish@chromium.org2011-01-201-3/+5
* Add the option of compressing speech input audio using FLAC.satish@chromium.org2011-01-171-105/+21
* Roll DEPS for speex to get gyp changes for use_system_speex:phajdan.jr@chromium.org2011-01-051-1/+1
* Move:ben@chromium.org2010-12-021-1/+1
* On windows, send audio hardware info with speech input requests if user conse...satish@chromium.org2010-11-191-2/+4
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-3/+3
* 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-7/+6
* Add ability to parse multiple recognition results and send them to WebKit.satish@chromium.org2010-10-261-3/+4
* Convert LOG(INFO) to VLOG(1) - chrome/browser/speech/.pkasting@chromium.org2010-10-211-4/+4
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-131-0/+3
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part4:tfarina@chromium.org2010-10-071-5/+5
* Coverity: Initialize data members in constructor.jhawkins@chromium.org2010-10-051-0/+1
* 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