Keithcat1

Results 58 comments of Keithcat1

I tried something like: export CFLAGS=-flto export CXXFLAGS=-flto make -j4 MODE=LLVM -O o/third_party/python But I think it failed to compile an assembly file, I don't have the battery life to...

So I tried adding a new mode andd I got errors like this: gcc-10: error: unrecognized command-line option '--noexecstack' gcc-10: error: unrecognized command-line option '--nocompress-debug-sections'; did you mean --compare-debug-second'? Looks...

Okay, should be fixed now. Let me know if it comes back.

I think that the playback example is broken. Basically the libraries we're using provide unsigned 16-bit samples but the closest thing Miniaudio supports is signed 16-bit samples. Eventually I'll do...

This PR does not have many changes. Nowhere near as many as that first big one, anyway. It changes the layout of the ContextConfig, DeviceConfig and DeviceInfo structs and adds...

Thanks, but why is it returning a Vec instead of the generator as an iterator? This is a toy example so I could play with generators. I was going to...

Shouldn't it be possible to somehow return generators from functions? Returning iterators from functions seems like a common use case which would allow other crates to return generators that are...

Also. The Zig programming language can cross-compile. It might be worth looking at that.

Glad you're looking into this. Is this relatively easy to implement?