DescriptionReplace WebAudio MediaCodec usage with FFmpeg. A ~4x improvement.
Now that ffmpeg is linked in for project spitzer (issue 507834) we
can use it for audio decoding on Android; this provides a more
secure (all decoding in the renderer) and faster decoding experience
for WebAudio users.
Using the demo page from the linked bug, the improvements are:
apk size: -2162 bytes
aac decode: 12.9 seconds -> 3.7 seconds (~3.5x speedup)
ogg decode: 15.7 seconds -> 3.8 seconds (~4.1x speedup)
BUG=424174, 570711, 570788
TEST=existing layout tests all pass.
Committed: https://crrev.com/c0baf4af90ffad9436aa0c432d70365e28559219
Cr-Commit-Position: refs/heads/master@{#367881}
Patch Set 1 #Patch Set 2 : Delete expectations. #
Created: 4 years, 11 months ago
Messages
Total messages: 15 (5 generated)
|