commit | 51c1e0e86a0ad95bf3d890a9a2f51e54b8ef9444 | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Mon Apr 04 11:43:40 2011 -0700 |
committer | Andreas Huber <andih@google.com> | Mon Apr 04 11:43:40 2011 -0700 |
tree | 622fba590fbbf4fafcdf3230ee6d25ae4976ca65 | |
parent | 94baecca5e14b083c46615a1bcf18ea6cf7cad46 [diff] |
This reverts an earlier change 4aeec2da39fce4de9b07b694d59fd308ffb3d491 Instead of returning 0-filled buffers after EOS from AudioTrack we do this work in AudioOutput instead. That way the EOS signal (0 frames returned) is preserved in AudioCache which otherwise would lead to a heap size overflow filling everything with zeroes. Change-Id: I7e07429ba887957a4340dd4b21eef4bba76248cd related-to-bug: 3514073