Felix Wolfsteller

Results 120 comments of Felix Wolfsteller

> [@fwolfst](https://github.com/fwolfst) last commit to this project was 3 years ago. @HaleTom Never give up hope. ☮️ Btw this snippet loads the builtin lua version of the algorithm. ```lua require("telescope").setup...

as far as i can tell, fixes #55

If want to use quad-snd under described circumstances, this is one way to use this patch: ```toml [dependencies] macroquad = { version = "0.4.14", features = ["audio"] } radian =...

Mmh I think unfortunately this does not work well for me in release builds. I don't see any output in terminal, but audio quickly dies. :( Situation in debug builds...

@InZan17 Yes. I'd be super glad to pair on it. I know very few about concurrency in rust and alsa. Are you in the discord channel? The panic would happen...

It can happen during the first sample played, or later at any time. My hunch is that the more println statements I put in the threads loop, the less it...

The sound framework (quad-snd) provides a very basic wrapper for the many different systems on the different platforms. Thus implementation might involve dealing with specifics of these platforms (e.g. web,...

Mmh, works for me. Also note that the green rectangle picture that you attached is 1600px wide. I am running arch with new kde, too. (I set the rectangle_width to...

Maybe set high_dpi to false explicitly? I dont have a high_dpi setup to test.

**Edit** I see that my comment belongs does not belong to the "soundness" PR, but no other PR has been split off #748 yet. How about adding a convenience method...