Aoife
Aoife
thank you!!! I'll check it out in a separate branch
turns out VS Code can be really finicky when mass changing the name of things :/
If I release with `cargo build --release` and run the executable, it run's correctly, but no sound is outputted, and it doesn't sleep, suggesting to me that something is broken...
I feel like the issue might have something to do with my focusrite using I16, but the example using F32 as it's output. I tried changing it around manually, but...
I know someone else used a debugger and found that it's segfaulting in unsafe code, but not in any rust unsafe code, but one of the Focusrite DLL's a driver...
Ah, I suppose the ffmpeg location is in my path, but not necessarily the executable itself. I'll test if that fixes it
Yeah, it's in my path, visible to all applications that need to find it, but using ManyMC/PolyMC/PrismLauncher Minecraft can't detect it. I don't particularly want to copy the executable to...
yeah, it's error 2 same as above. From what I can tell, the ProcessBuilder isn't getting access to the correct PATH variable when it is being run from the mod,...
Heya, I was just checking the issues for this because I was wondering about how the crate handles files changing on the fly. I'm currently using [notify-rs](https://github.com/notify-rs/notify/tree/v4.0.16#notify) to watch the...
> I'm enabled a setting and with the default rust highlighting it looks fine, I know there are a lot of cases where things are weird right now. I'm going...