media/library
Oliver Woodman 150b3cdb19 Call AudioTrack.flush() before AudioTrack.release().
On NVIDIA Shield, recreated passthrough AudioTracks have incorrect playback head
positions, due to shared state with the previously destroyed passthrough
AudioTrack. Calling AudioTrack.flush() before AudioTrack.release() ensures this
state is cleared.

This is a safe change so I have not made it a device-specific workaround. The
combined time for flush and release is less than 10 ms (with flush normally
taking less than two ms).
2015-08-11 18:00:42 +01:00
..
src Call AudioTrack.flush() before AudioTrack.release(). 2015-08-11 18:00:42 +01:00
build.gradle Increment version to 1.4.2 2015-08-04 16:07:54 +01:00