veeableful
veeableful
Hi @SolarLune, I have included static libraries for darwin/arm64 in the new `v0.4.26` release. Let me know if it works for you!
Hi @SolarLune, was the executable statically compiled for `darwin/arm64` and that wasn't working for the user?
Hi @Lundis! Currently the Linux machine I use to build them is not with me but I will update the libraries once I have it back. I will let you...
Hi @Lundis, sure thing. I will update SDL2_mixer as well.
Hi @svenskmand, the function signature of `SineWave` should stay the same which is: ``` func SineWave(userdata unsafe.Pointer, stream *C.Uint8, length C.int) ``` However, you might need to divide the data...
Hi @wushu037, could you try with the latest version which is `v0.4.25` and see if it's still happening? It seems like you were using `v0.3.3`.
Hi @wushu037, it seems like you have already asked in the right place! If you need a fix now, I think you may be able to just simply use older...
Hi @wushu037, I think you could try using Docker or Podman to run the cross-compilation under Linux which seems to be a supported way of cross-compiling for robotgo. If you...
Hi @code-qote, could you show a minimal example of the code that makes the application freeze?
Hi @code-qote, would you be able to provide a minimal example that I can run? I can't seem to reproduce it.