MediaCodecAudioTrackRenderer.java
10.7 KB
-
Refine logic for determining AudioTrack size. · 1613c9c7
- Target 4x the minimum specified by the framework. - Impose a minimum duration (250ms). - Impose a maximum duration (750ms, or the minimum specified by the framework if that's larger). I've removed the ability to specify the multiplication factor, since the underlying implementation is getting more complicated, and we should really be able to figure this out internally.
Oliver Woodman committed