Marcel Blum
Marcel Blum
Yeah `PitchShift` introduces distortion for sure (depending on how far you need to shift) but it's low latency and like I said works in a pinch if you need an...
I don't know for sure if using uncompressed wav will alleviate your issue, but it's worth experimenting with, see [this for more info](https://club.myce.com/t/encoder-delay-zero-padding-why/205410). Also uncompressed wav does not incur the...
Still encountering the `CGEventTap timeout!` crash in an Electron app on macOS sometimes, especially on older/slower Intel Macs. Tends to happen when my Electron app is backgrounded and some intensive...
I wonder if this recent commit to libuiohook 1.2 that changes memory allocation handling in `create_event_runloop_info()` and `destroy_event_runloop_info()` would help with this issue https://github.com/kwhat/libuiohook/pull/166
Thanks for the reply @hsource, understood. If I get a chance I will try building uiohook-napi using latest libuiohook 1.2 and see if that change made a difference. Hopefully the...
I noticed the recent release of uiohook-napi (v1.5.1) incorporates the above-mentioned fix in libuiohook (thanks @SnosMe!) but I haven't tested it on Mac yet. @mushan0x0 @komSh I wonder if you're...
Confirming that I also still get the occasional `CGEventTap timeout!` error in v1.5.1 which leads to silent failure of the hook and eventually crashes. Still really hard to trigger it...
I think it would be really helpful to know what @chrisguttandin means by this secretive "bug 164" 🤯, surely not [this one](https://github.com/chrisguttandin/standardized-audio-context/issues/164), maybe the project has some internal bug tracker...
You're not going to find any major updates since that version, mostly just little bug fixes, edge case improvements, minor optimizations, deps updates (including standardized-audio-context). You can browse the dev...
Using uiohook-napi on Mac in an Electron renderer process for a while now and I never ran into this issue until now after updating my Electron version. Using Electron >=25...