summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/AudioSource.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Track maximum amplitude and fix getMaxAmplitude()James Dong2010-06-241-0/+29
| | | | | | - only start to track the max amplitude after the first call to getMaxAmplitude() Change-Id: I64d3d9ca0542202a8535a211425e8bccceca50fc
* Audio/video sync during recording (second part)James Dong2010-06-211-10/+23
| | | | Change-Id: Iba0b35f57fdeac7ee1da16899406bf4b957a2c8c
* Remove hard-coded number of audio channels in AudioSourceJames Dong2010-06-141-4/+14
| | | | Change-Id: I5f362252c25e2251bbfa9818b711ee23b4975248
* Initial checkin for pause and resume controlJames Dong2010-06-111-4/+6
| | | | Change-Id: Ibdcf7bea5fb66baa81878704ba4091dfcfe382ee
* Initial check-in for collecting stats from authoring engine at runtimeJames Dong2010-06-081-1/+34
| | | | Change-Id: I93a9d8bd260efc5e7fc135b726e3f1307c6df794
* Support AAC recordingJames Dong2010-05-031-0/+4
| | | | | | | | - Extend the audio recording to AAC format - Add support for setting some recording parameters - Add stss box to the meta data in the recorded file Change-Id: I41167bfd9d70ef9cd33906f8437b39c232b6d3b7
* Initial checkin of AudioSource and AMRWriter, a pair of classes supporting ↵Andreas Huber2010-01-251-0/+122
pure-audio recording in stagefright. related-to-bug: 2295449