Taylor Holliday

Results 75 issues of Taylor Holliday

"To hear what aliasing sounds like, you can create a patch like the one below (or download it here at the forum). "

I'd like to use `AURenderEvent` from Rust. https://developer.apple.com/documentation/audiotoolbox/aurenderevent It's in the Audio Toolbox framework. When I enable the `audio_toolbox` feature, I don't see `AURenderEvent` in the generated `coreaudio.rs`. How can...

luajit2 seems to fail to build for the iOS simulator To reproduce: ``` ISDKP=$(xcrun --sdk iphonesimulator --show-sdk-path) ICC=$(xcrun --sdk iphonesimulator --find clang) ISDKF="-arch x86_64 -isysroot $ISDKP -miphoneos-version-min=14.0" make DEFAULT_CC=clang CROSS="$(dirname...

I'm working on a port of NeuralNote to visionOS and hitting some trouble getting onnxruntime to compile for visionOS. Comment [here](https://github.com/DamRsn/NeuralNote/blob/da305e5430402ca7283e11ce59237fe2771bcae1/Lib/Model/Features.h#L15) says that `Features` is doing a CQT (what does...