Corey O'Connor
Corey O'Connor
Reproduced locally (This is @corey-at-protenus 's main account).
Ok. There are other problems with recurse. Modifying the `Formatter` does not seem correct. I'll need a re-think on this feature. For now I propose reverting the `prefix` addition: https://github.com/alexarchambault/case-app/pull/555
This PR can be closed. The update was included in #3152 :)
Looks fixed in master * https://github.com/rvaiya/keyd/blob/master/src/device.c#L606 trying out
I've dumped the raw samples to a `wav` file: The playback discontinuities are not in the raw samples. When the audio is working (still some emulation bugs) the audio is...
Audio is definitely better but... Not quite right. I have a "record the raw audio" option. Which, after the JVM build hits steady state (60 fps and above 100% emulated...
I don't think the noise I'm hearing is to do with float/int conversion. Specifically I checked that the last index sampled for a `AudioWave` would be greater than the last...
As for standalone reproduction. I'm in the process of opensourcing the whole project I'm working on. So there will be that shortly. But a more focused tests seems easy. I'll...
I haven't had time to look at this again. The draft PR I put I think changes too much. Looking at a narrower change.
Seems to be running my tests in the expected order. Thanks!