How are frameCount parameter and render callback frequency are connected in AudioUnit?
I need an ability to track the frame position in render callback in AudioUnit v3. I noticed that the callback is called about 100 times per second with frameCount
value of 512. Hence, using code like this: