| Commit message (Expand) | Author | Age | Files | Lines |
* | Speech recognition: Fixing erroneous DCHECK usage | tommyw@chromium.org | 2014-01-16 | 1 | -2/+1 |
* | Rename speech test methods to *ForTesting instead of *ForTests. | janx@chromium.org | 2013-10-01 | 1 | -1/+1 |
* | added device selection to web speech to use the correct device. Users should ... | xians@chromium.org | 2013-06-20 | 1 | -11/+12 |
* | Moves WebSpeech to the low-latency audio backend. | henrika@chromium.org | 2013-06-17 | 1 | -1/+1 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Extract interface from content::SpeechRecognizer | janx@chromium.org | 2013-05-20 | 1 | -0/+498 |
* | Renamed SpeechRecognizerImpl to SpeechRecognizer and fixed some comments in t... | primiano@chromium.org | 2012-06-27 | 1 | -561/+0 |
* | Introduced experimental support for interacting with the google remote stream... | primiano@chromium.org | 2012-06-22 | 1 | -1/+4 |
* | Move test_url_fetcher_factory.* from content/ to net/url_request | akalin@chromium.org | 2012-06-19 | 1 | -6/+6 |
* | Move the rest of the content\test headers that are used by embedders to conte... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | Refactoring of chrome speech recognition architecture (Speech CL1.8) | primiano@chromium.org | 2012-05-16 | 1 | -4/+4 |
* | Introducing new data types and IPC messages for scripted JS speech recognitio... | primiano@chromium.org | 2012-05-15 | 1 | -2/+2 |
* | Refactoring of chrome speech recognition architecture (CL1.6) | primiano@chromium.org | 2012-04-19 | 1 | -10/+10 |
* | Speech refactoring: Reimplemented speech_recognizer as a FSM (CL1.5) | primiano@chromium.org | 2012-04-13 | 1 | -34/+103 |
* | Move media/audio files into media namespace (relanding) | vrk@google.com | 2012-04-03 | 1 | -3/+7 |
* | Revert 130180 - Move media/audio files into media namespace | vrk@google.com | 2012-04-02 | 1 | -7/+3 |
* | Move media/audio files into media namespace | vrk@google.com | 2012-04-02 | 1 | -3/+7 |
* | speech_recognition_request | primiano@chromium.org | 2012-03-26 | 1 | -19/+20 |
* | Removed the SpeechRecognizerDelegate interface and replaced with SpeechRecogn... | primiano@chromium.org | 2012-03-14 | 1 | -103/+107 |
* | Stopping the audio thread before destroying the AudioManager<Platform>. | xians@chromium.org | 2012-03-14 | 1 | -3/+15 |
* | Added AudioBuffer/AudioChunk abstractions for speech recognition and improved... | primiano@chromium.org | 2012-03-13 | 1 | -1/+45 |
* | Renamed speech recognition code in preparation for introducing a new speech i... | primiano@chromium.org | 2012-03-07 | 1 | -21/+21 |
* | App a Content API around SpeechRecognizer. | jam@chromium.org | 2012-02-23 | 1 | -0/+424 |