summaryrefslogtreecommitdiffstats
path: root/content/browser/speech/speech_recognizer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename speech test methods to *ForTesting instead of *ForTests.janx@chromium.org2013-10-011-1/+1
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-151-1/+1
* Revert 217768 "Adding key press detection in the browser process."phoglund@chromium.org2013-08-151-1/+1
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-151-1/+1
* Trivial CL to remove two TODOs.xians@chromium.org2013-08-071-2/+0
* Use a direct include of time headers in content/, part 1.avi@chromium.org2013-06-281-1/+1
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-1/+1
* added device selection to web speech to use the correct device. Users should ...xians@chromium.org2013-06-201-3/+8
* Moves WebSpeech to the low-latency audio backend.henrika@chromium.org2013-06-171-13/+167
* Implement SpeechRecognizerImplAndroidjanx@chromium.org2013-06-141-1/+0
* Fix naked protected member in SpeechRecognizerjanx@chromium.org2013-06-101-19/+19
* Removed the IsRecordingInProcess check for speech since it is not needed.xians@chromium.org2013-06-051-5/+0
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-5/+5
* Fixing a race condition in SpeechRecognizerImpl.primiano@chromium.org2013-05-311-3/+9
* Extract interface from content::SpeechRecognizerjanx@chromium.org2013-05-201-0/+662
* Renamed SpeechRecognizerImpl to SpeechRecognizer and fixed some comments in t...primiano@chromium.org2012-06-271-642/+0
* Introduced experimental support for interacting with the google remote stream...primiano@chromium.org2012-06-221-16/+41
* SpeechInputExtensionManager now interface (exclusively) with SpeechRecognitio...primiano@chromium.org2012-05-241-37/+0
* Revert 138498 - SpeechInputExtensionManager now interface (exclusively) with ...vandebo@chromium.org2012-05-231-0/+37
* SpeechInputExtensionManager now interface (exclusively) with SpeechRecognitio...primiano@chromium.org2012-05-231-37/+0
* Refactoring of chrome speech recognition architecture (Speech CL1.8)primiano@chromium.org2012-05-161-32/+31
* Introducing new data types and IPC messages for scripted JS speech recognitio...primiano@chromium.org2012-05-151-2/+5
* Fixed three memory bugs in SpeechRecognitionManagerImpl and SpeechRecognizerI...primiano@chromium.org2012-05-041-0/+7
* RefCounted types should not have public destructors, content/browser part 1rsleevi@chromium.org2012-04-271-9/+9
* Refactoring of chrome speech recognition architecture (CL1.6)primiano@chromium.org2012-04-191-17/+21
* Speech refactoring: Reimplemented speech_recognizer as a FSM (CL1.5)primiano@chromium.org2012-04-131-180/+462
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-5/+5
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-5/+5
* Move media/audio files into media namespacevrk@google.com2012-04-021-5/+5
* Fixed a regression on speech arisen after r129173 .primiano@chromium.org2012-03-291-2/+4
* Speech refactoring: Turned AudioChunk into a refcounted class (CL1.4)primiano@chromium.org2012-03-281-4/+5
* Fixed a regression on speech input caused by issue 9858007 (r128895) that cau...primiano@chromium.org2012-03-271-12/+10
* speech_recognition_requestprimiano@chromium.org2012-03-261-66/+70
* Removed the SpeechRecognizerDelegate interface and replaced with SpeechRecogn...primiano@chromium.org2012-03-141-30/+38
* Added AudioBuffer/AudioChunk abstractions for speech recognition and improved...primiano@chromium.org2012-03-131-26/+25
* Renamed speech recognition code in preparation for introducing a new speech i...primiano@chromium.org2012-03-071-10/+11
* App a Content API around SpeechRecognizer.jam@chromium.org2012-02-231-0/+346