Replies: 1 comment 6 replies
-
We could create our own wasm port of ffmpeg or use one of the existing ones: |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
WebAudio decoder is very memory intensive and cannot easily be done in chunks (there’s a library that does it but only for mp3s).
We could explore and profile alternatives like this wasm-based set of decoders: https://github.com/eshaz/wasm-audio-decoders
Beta Was this translation helpful? Give feedback.
All reactions