Chase Farmer

Results 31 comments of Chase Farmer

Any updates to share on potentially updating the generators to OAS 3.1?

Assuming this never happened? Any work arounds?

Ya I just decided to compile my own. Seems electron-forge still relies on this though. Wonder if I should keep using it.

I think there may be some tests that need to be updated here as well.

@ChanakyaHirpara you can `reclaimResources()` from the `MTIcontext` and use an `autoreleasepool` where needed. However with an image that large, you are likely to see high memory usage regardless. You may...

Ah I just found this code ;) `// TODO: implement selecting input device` Decided against using `AVCaptureSession` but instead to just change the device using CoreAudio. Seems to work for...

Decided against using `AVCaptureSession` since theres quite a bit of buffer conversion involved that likely adds latency (loosely held hypothesis). This meets my needs since I can take the `AVCaptureSession`...