Post

Replies

Boosts

Views

Activity

Comment on UserDefaults.standard setValue forKey crash on iOS 15 only.
Good news is that it does seem fixable. We created our own (slightly feature-limited) drop-in replacement for AppStorage, using PMKVObserver to handle the KVObservations in a thread-safe way, and it works fine. Feels like something Apple should hopefully be able to fix without too much trouble, and we have a solution that we believe will work for us until then.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’23
Comment on In custom Instrument, how can I include the duration in a value
Thanks for the answer. The link you've given is not publicly available. I think you meant help.apple.com rather than apdreview.apple.com. But I understand what you mean. FB11797677 I'll consider whether making a custom modeler is worth the trouble here, but I understand how that would work. Thanks again.
Replies
Boosts
Views
Activity
Nov ’22
Comment on Audio renderer fails to render CMSampleBuffer
I believe that interleaving is the key. I see the same symptoms on planar formats, but interleaved formats work, even for 2 channel audio. I expect this is an undocumented requirement (and an Apple bug). Tested on iOS 16.1.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Oct ’22