|
|||||||
![]() |
|
|
Thread Tools |
|
|
#1 |
|
DriverHeaven Junior Member
Join Date: Feb 2003
Posts: 66
Rep Power: 0 ![]() |
Latency and samplerate
Why does the latency decreases when i use a higher samplerate in the asio panel?
I have seen this in other programs as well... is there anyone who can in a simple way explain this? thanks |
|
|
|
|
|
#2 |
|
HardwareHeaven Extreme Member
Join Date: Jan 2005
Posts: 5,563
Rep Power: 62 ![]() ![]() ![]() ![]() ![]() ![]() |
The latency calculation is:
Latency = 1000 * BufferSizeInSamples / SampleRate If you just plug in some numbers the results speak for themselves. i.e. 1000 * 256 sample buffer / 48000 sample rate = 5.333 ms 1000 * 256 sample buffer / 44000 sample rate = 5.818 ms Figure that with higher sample rates, the buffer is filled faster, so it takes less time (buffer size divided by the sample rate, is the difference in the calculation). |
|
|
|
![]() |
| Thread Tools | |
|
|