mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 11:06:32 +01:00
PortAudio uses what it calls 'default suggested latencies' but in callback streaming mode, they can result in wildly inaccurate buffer sizing (e.g. the user requests a buffer size of 128 but PortAudio actually instructs ASIO to use a much bigger size). What we do now is to improve PortAudio's suggested latency calculation by basing it on the actual buffer size requested by the user. |
||
|---|---|---|
| .. | ||
| alsa | ||
| coreaudio | ||
| dummy | ||
| jack | ||
| MSVCbackends | ||
| portaudio | ||
| pulseaudio | ||
| wscript | ||