I'm trying to debug why AudioQueueNewOutput is ret...
# kotlin-native
t
I'm trying to debug why AudioQueueNewOutput is returning an OSStatus with a value of -50. From what I can tell, the -50 indicates a kAudio_ParamError. I've verified that the AudioStreamBasicDescription values are the same as some existing code written in Swift that works fine. Is it possible that the iOS doesn't like the other param pointers? They are typed, so I was thinking that it wouldn't compile if there was a problem with them. Any suggestions on how to continue debugging?