bvibber / ogv.js

JavaScript media player using Ogg/Vorbis/Theora/Opus/WebM libs compiled with Emscripten

Home Page:https://brooke.vibber.net/misc/ogv.js/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are there improvements in this area that would allow us to keep the asm optimizations?

daemoohn opened this issue · comments

Not the existing asm which is assembler code for specific CPUs, no.

In theory one could write some SIMD optimizations and plug that into the asm config flag as I have done for AV1 decoding, but theora is already pretty fast.