Marcus Stenbeck

Results 7 issues of Marcus Stenbeck

I haven't yet been able to check if something feels awkward in context, but it's a start.

I've attempted to spawn child-actors that complete and then stop themselves. It's based on the "watching" test. After spawning 3 messages there's an exception: ``` TypeError: Cannot read properties of...

It now displays both how to match `getByteFrequencyData()` and `getFloatFrequencyData()`

The audio context will re-sample an audio file decoded with `BaseAudioContext.decodeAudioData()`. > The decoded [AudioBuffer](https://developer.mozilla.org/en-US/docs/Web/API/AudioBuffer) is resampled to the [AudioContext](https://developer.mozilla.org/en-US/docs/Web/API/AudioContext)'s sampling rate, then passed to a callback or promise. >...

bug

Hey, I see that there's been small updates the past few months. Is this lib abandoned or is there a plan to continue supporting it?

**macOS version:** Version 15.0 Beta (24A5289h) **Kap version:** 3.6.0 #### Steps to reproduce 1. Open Kap 2. Open settings to allow screen recording warning shows even though screen recording is...

I'm importing an animation which consists of many things: compositions, layers, frames. It's not unusual to see 100s or 1000s of "things". Right now I'm doing the naïve approach and...

performance