Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass correct frame size for passthrough playback
When estimating the AudioTrack min buffer size, we must use a PCM frame of 1 when doing direct playback (passthrough). The code was passing -1 (C.LENGTH_UNSET). PiperOrigin-RevId: 489238392
- Loading branch information