Vanilagy
Vanilagy
How has nobody replied to this yet? This repo has 1.4k stars!
No! Then there is no transition at all.
Sure, the inner `if` block is never false, yet the component gets unmounted. Clearly, according to my intuition, this should be playing any "out" transitions. At the very least, having...
An `if` that is never false should be indistinguishable in behavior from not being there at all, but here this is not the case.
@jrmoynihan No, this is intentional. `{#if thing}` should be equivalent to no if, since `thing` never goes away. However, the component `Comp` (which is properly conditionally rendered in App.svelte), fails...
@terkelg I made a library `webm-muxer` which works perfectly with the WebCodecs API. If you give me some time (or money), I'll also drop `mp4-muxer`.
It takes a while man! And I need reasons to work on it
@terkelg @tlecoz @daxiajunjun Here y'all go: https://github.com/Vanilagy/mp4-muxer
@tlecoz What do you mean by a noisy audio buffer? Oh as in, give a demo where audio isn't extracted from a media stream, but from an AudioBuffer?
Mh. I'm wondering if it's the right place to include that, since that's technically something about WebCodecs and not necessarily my library. But I see how it could be useful...