media/library/src
Oliver Woodman b1aac839e6 Don't feed AC-3 input when the audio track is paused.
This works around an issue the audio track continues to play audio data written
after calling AudioTrack.pause(), which breaks rebuffering behavior (as video
can never catch up if audio continues to be consumed, in some circumstances).

Also don't increment the timestamp wrap count if the track is paused, to work
around an issue where the playback head position jumps back to zero after the
AudioTrack position jumps back to zero.
2015-04-17 20:08:54 +01:00
..
main Don't feed AC-3 input when the audio track is paused. 2015-04-17 20:08:54 +01:00
test Clean up + optimize ParsableByteArray. 2015-04-17 20:03:24 +01:00