Output direct buffers from `SilentAudioGenerator`
`AudioProcessor`s expect direct buffers. This shouldn't make any functional difference in our code, but a custom audio processor might try to access the buffer from JNI in which case a direct byte buffer is more efficient. PiperOrigin-RevId: 495241669
Showing
with
2 additions
and
1 deletions
Please
register
or
sign in
to comment