Post

Replies

Boosts

Views

Activity

Comment on USB microphone with high samplerate and AVAudioEngine
Running the above code gives sample rates that do not come from the selected audio device. Digging deeper the inputNode.auAudioUnit is not identical to the audio input device selected in System preferences. Yet if I ask the system for the current input device i do get my highness usb microphone as input device. So the AVAudioEngine is using another input - maybe an aggregated device :| At least that gives me a new starting point for further analysis.
May ’24
Comment on SwiftData document-based app broken
Threading deadlocks can be easily reproduced by saving the context :( The only good thing for me is I could switch within 30s to a non document based app and add more logic. Hopefully the document woes will be solved soon and I can switch back again ... (that really is a nice touch of swiftui. Funny is that the CoreData problems were similar the first two years working with nspersistentdocument. I have built a production app when it was new and cursed even more than now with SwiftData.
Oct ’23
Comment on Swift/Collection.swift:722: Fatal error: Index out of bounds
Had that idea before - no difference :( I fear the early adopters curse. Have also reduced most other UI related code in my app to check any interferences . Will see if I manage to build a smaller example for a bug report sometime next week if nothing pops up here. thx anyway!" appreciate any input. if it is of matter: macOS Ventura but not latest XCode. I will try that as well.
Apr ’23