Hi,
I know the latency can be reported with the latency() identifier.
My plugin introduces a 20ms delay, and I’d like to declare it to hosts.
The number of samples to declare is then: 20ms/1000*44100Hz = 882 samples
What if the host uses a different sample rate?
Is there a way to take it into account? From my understanding there is no reserved channel to know the sample rate of the host.
Thanks!