commit | 573266210fb2b2e7d86fbd46d0dfe16763611d91 | [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 | f7565b32ee2d59d5098dd165658c0aefa65f1fc4 | |
parent | 76aa28371e93829927c66f1a48e39e18e01d704d [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.