tesselode

Results 59 comments of tesselode

I don't currently have a dev environment for compiling Rust code for Android. I can work on setting one up, but in the meantime, can you get a stacktrace for...

@Mivik it seems like cpal is using Kira's stream manager after dropping it, which would be a bug in cpal. I'd open an issue in their repo and see what...

I'm not able to reproduce the issue. What operating system is this on? Does the problem still occur if you set `opt-level = 3` for the main crate? What if...

Hi again, I could not reproduce the issue on Debian Bullseye. When playing a hundred or so copies of the streaming sound, I got underruns, but I didn't observe the...

To provide a bit more context, the memory constrained environment I'm working in is an audio library. Generally people working with audio don't want to allocate memory on the audio...

That could be useful! What use case are you thinking of specifically?

It's a little hard to tell what's wrong without seeing the whole code. When do you switch to the game state?

still don't see anything that looks wrong. if you post a love file i could take a look