You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently writing a wasm wrapper for Bungee to use the streaming approach with WebCodecs data. The decoded data is interleaved, but it looks like Bungee mainly works with planar data. What's the recommended way to work with interleaved data? Is there a more efficient approach than manually deinterleaving for each stream.process call?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First off, thanks for this library!
I am currently writing a wasm wrapper for Bungee to use the streaming approach with WebCodecs data. The decoded data is interleaved, but it looks like Bungee mainly works with planar data. What's the recommended way to work with interleaved data? Is there a more efficient approach than manually deinterleaving for each
stream.processcall?Thanks for any advice!
Beta Was this translation helpful? Give feedback.
All reactions