Carl Woffenden

Results 6 issues of Carl Woffenden

Building the latest (`c4cfc35`) with GCC 10.2.1-6 on Debian Bullseye fails with multiples of this error: ``` In member function ‘allocate’, inlined from ‘meshopt_optimizeOverdraw’ at /home/carl/Work/Native/Obj2Buf/src/overdrawoptimizer.cpp:294:67, inlined from ‘main’ at...

This fixes #17 but goes further: Lots of text snipped, jump down to the next paragraph. Originally this expanded the internal endpoints to 14-bit, but in testing the RMSE and...

I'll update this more when I've tested on other platforms. Running on Debian I'm seeing this: ``` Total encoding time: 32.043268 secs Total processing time: 32.212762 secs ``` But the...

If a BC4 block has only two values, and the _search radius_ is greater than zero, then the second value is _always_ interpolated, and since the BC4/5 interpolation is done...

In all the examples and in the docs, connecting the context and worklet is done with the following type of code: ``` EM_ASM({ emscriptenGetAudioObject($0).connect(emscriptenGetAudioObject($1).destination) }, wasmAudioWorklet, audioContext); ``` Every example...

`ProcessAudio()`behaves like it's running on the main thread, so spin locks are also blocking `MainLoop()` from running*. I removed the previous workaround of a counter in the AW process callback,...