Fix issue 1743700e: AudioTrack: setPlaybackRate can not set the playback rate...
Fix issue 1743700e: 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.
Loading
Please register or sign in to comment