summaryrefslogtreecommitdiffstats
path: root/content/browser/speech/audio_encoder.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of strings headers in content/browser/, part 2.avi@chromium.org2013-06-111-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in content/, Linux edition.dcheng@chromium.org2013-04-071-1/+1
* Roll speex, flac, libvpx DEPS to get shim header changes.phajdan.jr@chromium.org2013-01-071-2/+2
* content/browser: Move speech code into content namespace.tfarina@chromium.org2012-10-291-8/+4
* Speech refactoring: Turned AudioChunk into a refcounted class (CL1.4)primiano@chromium.org2012-03-281-1/+1
* Added AudioBuffer/AudioChunk abstractions for speech recognition and improved...primiano@chromium.org2012-03-131-42/+32
* Renamed speech recognition code in preparation for introducing a new speech i...primiano@chromium.org2012-03-071-5/+5
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Replace a scoped_ptr with scoped_array, as identified by valgrind.satish@chromium.org2011-03-291-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Stream speech audio to server as it gets recorded, instead of waiting until e...satish@chromium.org2011-03-041-1/+3
* Move core pieces of speech from chrome to content.jam@chromium.org2011-02-261-0/+206