summaryrefslogtreecommitdiffstats
path: root/content/browser/speech/speech_recognizer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes issue where Web Speech API drops a frame every 5.1 secondshenrika2015-07-091-19/+34
* Rename from ERROR_AUDIO to ERROR_AUDIO_CAPTUREdjmix.kim2015-04-231-4/+7
* favor DCHECK_CURRENTLY_ON for better logs in content/browser/[q-z]*mostynb2015-03-161-4/+4
* replace COMPILE_ASSERT with static_assert in content/mostynb2015-01-131-2/+2
* Add a new AudioChunk constructor and writable_data method.wtc2014-12-091-14/+10
* Removes unnecessary includesky2014-12-051-1/+0
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-3/+2
* Replacing the OVERRIDE with override and FINAL with final in content/browser/...mohan.reddy2014-10-071-1/+1
* Revert of Revert of Remove the last piece of deprecated synchronous IO code. ...xians2014-08-281-1/+0
* Revert of Remove the last piece of deprecated synchronous IO code. (patchset ...tnagel2014-08-271-0/+1
* Remove the last piece of deprecated synchronous IO code.xians2014-08-271-1/+0
* Wire up audio logging to the speech recognizer.dalecurtis@chromium.org2014-06-231-0/+8
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-191-11/+7
* Revert 277794 "Modifies AudioInputCallback::OnData and use media..."macourteau@chromium.org2014-06-171-7/+11
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-171-11/+7
* Trying to solve crash in AudioInputController related to invalid EventHandler.henrika@chromium.org2014-05-061-0/+1
* Adds error codes to AudioInputController/AudioInputRendererHost native logshenrika@chromium.org2014-02-281-1/+2
* Speech recognition: Fixing erroneous DCHECK usagetommyw@chromium.org2014-01-161-9/+9
* 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