Jakob Meier
Jakob Meier
OK, So I found that the segfault is caused by line 909 in the webradiointerface.cpp file (apparently I missed the error message telling me that the pointer is invalid). ```...
I just realized that I forgot the post my old comment. As it's been about three weeks since I wrote it (and apparently deleted it) the details might be a...
What I think is weird, though, is the fact that I want the `ph` to disappear. Which would mean that ignoring the error (using try and catch) should solve the...
As mentioned in #748 , this PR and #740 are supposed to be undone, so in preparation for that I closed this EDIT: I'm hoping to have the PR ready...
Yeah I will try forking it - I was actually hoping for cross platform (linux, web, android) but maybe I can get that working. I've read that `quad-snd` is supposed...
I've finished the Android, Linux and Windows buffer based code in my [fork](https://github.com/comcloudway/quad-snd) (I've only tested my example on Linux so far). As I do not expect it to be...
Thanks I will certainly have a look at that. I just finished porting my old rust-sdl2 based [app](https://codeberg.org/comcloudway/polarplayer-studio) to miniquad, because I want it to run on android. \ I...
I have a question related to your version of the library: Have you tested the android version? And if you did, does the audio play without skipping beats or production...
Ok, so I don't really understand why it wasn't working - I noticed that you were filling two channels and I had apparently deleted those calls in my fork. It...
I think that if possible, having the ability to rotate the canvas using the touchscreen might be a good idea, now that 2in1 laptops get more popular. My dell stylus...