Austin Hale

Results 14 comments of Austin Hale

Thanks so much for the speedy response! I did a big *facepalm* after seeing the docs about Atlased not being implemented after making the table 😅 That's awesome that `TexType`...

I also noticed calling `Mesh.SetVerts` without calculating the bounds looks like it should simply be copying data in: https://github.com/StereoKit/StereoKit/blob/dce5945141c000a16fd7497243fab45bd507882b/StereoKitC/libraries/sk_gpu.h#L1006 However, it could be that the Map operation is taking a...

After diving into the code, my initial question should have been aimed toward exposing the pipeline's `Stop` functionality. My intentions are to stop a pipeline without losing its pipeline configuration....

Thank you both for getting back on this @sandrist and @danbohus! The specific use cases for this functionality would be the following: ### 1. Record Imagine you are writing streams...

Hi Dan, thanks for your feedback. To be clear, my examples are about an AR application using Psi. I've also noticed in our AR applications that pipeline construction takes about...

Hey Nick, thanks for the updated version of MiniAudio in your latest preview build! Unfortunately, I still receive the same error, but have isolated the crash further to the `ma_device_init`...

Are there any updates on the bug or is there anything I can help with debugging? Since this issue is unfortunately regularly breaking our app, it is very high priority...

Thank you! Here are some steps on how to reproduce. I figure it's easier to test if it inherits IStepper since you can plug that in for any sample project....

DMP file with heap information. ARM64 + HL2: https://drive.google.com/file/d/1HLkPFDdKKhAUOjCcKRj6PJ_hOJfvamQJ/view?usp=sharing

Thank you for taking an in-depth look into this! I took your suggestion on using MediaCapture as an audio source and I hope to have a simple follow-up question: I...