Quote:
FM Output latency. That's important! And there is one thing there. Standalone.
At buffer size i can't set it under 0.02sec using Juli@ and Asio. 0.02sec mean 20ms. Is it really 20ms? I know that asio can go almost to 2ms (4ms safe).
If i try to set under 0.02sec stuttering occures. Just checked again at transmitter site 0.017sec is minimal what i can set, currently it is at 0.018.
With what latency setting is this?
Processing takes some CPU time. If the latency is higher, more data needs to be processed - in bursts.
If this occurs at latency 512 etc., something is really wrong. At latency 4096 I would expect something like this. (Basically, the minimum setting would be 4096 samples / 2 * CPU load, so for a CPU load of 50% (at the core where ST runs), that would be 2048 / 44100 * .5 = 23 ms.
If the latency is 512 samples, the minimum ASIO latency would drop to 256 / 44100 * .5 = 3 ms.