Christopher Snowhill

Results 237 comments of Christopher Snowhill

Game_Music_Emu also plays SAP files, but requires Coleco firmware for files targeting that machine.

Looks like this hasn't gone anywhere. TF is now available as `tensorflow-metal`, but I can't get that to install now.

I'm having trouble making an Xbox Wireless Controller work. Could this be related?

go-ssb is using Badger, which renders it useless on iOS devices, because it attempts to mmap 2GB of data, which will never work on an embedded device.

This appears to be using the original libraries bundled with the games. That's not entirely useful, as it still requires someone on this project to reverse engineer the format. We...

libsoxr may be the advisable quality choice, but blargg’s sinc resampler I’ve messed with numerous times may be the more obvious low latency choice, as it’s “good enough” and usually...

No sound device or player supports instantaneously switching to another sample rate without resampling. There would be an audible pause on every switch.

I had to use /O1 on Intel initially, but as of Xcode 14, I now have to use /O1 on AArch64 as well.

Proposition for this. This happens because we use entirely too much stack. Especially for things like filename tests, which stuff a 32KB buffer on the stack every place they're used....