Post

Replies

Boosts

Views

Activity

Reply to objc_release crash with no indication why it happens
Hi, thanks for the answer. The problem is, that we are not able to simulate this. This crash never happens on our devices, but to relative big amount of customers in release build. Also the problem with Zombies enables it, that we got out of memory very quickly. We have video transmission app and that encoded frames, that are not removed from memory with zombies enabled made out of memory in seconds... Jindrich
Oct ’21
Reply to Avaudiosourcenode set format
I found similar problem, but in my case, it sometimes works and sometimes not. Sometimes, the AVAudioSourceNode respect requested format (1 channel, int16, 48000) and sometimes I have same result as you - 44100Hz, 2 channels, floats. I wanted to rewrite my c-api based AudioUnit code, but it seems, that AVAudioEngine is too blackbox, very difficult to debug problems like this. Have you found any solution?
Oct ’20