commit | 0bac53801b5e38e71eb6eb1759b6b8b09e79bbe7 | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Tue Jul 07 07:10:45 2009 -0700 |
committer | Eric Laurent <elaurent@google.com> | Tue Jul 07 07:10:45 2009 -0700 |
tree | 49c10cbd27551d276c09ea71cdfbfdcca74e596e | |
parent | 0cf7312c8bcc74e4dcec688ba59151df29640845 [diff] |
Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR Store sample rate on 32 bits instead of 16 bits in audio_track_cblk_t. Removed sampleRate() methods from AudioTrack and AudioRecord: replaced by getSampleRate(). AudioTrack::setSampleRate() no returns a status.