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
-
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