commit | c2c2cbf23e2fc6f001a942069cb5e67b7772c08b | [log] [tgz] |
---|---|---|
author | Ethan Chen <intervigil@gmail.com> | Thu Mar 24 17:16:03 2016 -0700 |
committer | Ethan Chen <intervigil@gmail.com> | Thu Mar 24 17:16:03 2016 -0700 |
tree | 58409387399149c06fc4a86e53c8daa301889fda | |
parent | 4711f659161edd9018c31237ec391ec7c0109388 [diff] |
FMRadio: Pause and stop AudioTrack before stopping * According to documentation, stop will continue to play the last buffer, while pause immediately halts playback. * Pause to reduce latency to stop, then flush the AudioTrack buffer before actually stopping in the render thread. Change-Id: I0b497cd6b95b0921f63796746c7279a4f931dbd3