13
0
livetrax/libs/backends
John Emmas a2b1482cad Fix a problem with ASIO buffer sizes on Windows
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.
2021-03-18 16:12:28 +00:00
..
alsa Consistency: replace "x-run" with "xrun" (1/2) 2021-02-26 22:22:08 +01:00
coreaudio Prevent deadlock when disconnecting 2021-02-04 21:06:20 +01:00
dummy Prevent deadlock when disconnecting 2021-02-04 21:06:20 +01:00
jack Fix OSX and non GCC builds 2021-03-01 16:20:38 +01:00
MSVCbackends MSVC changes to support the new code modules (Tabbable API stuff) 2021-02-24 14:32:23 +00:00
portaudio Fix a problem with ASIO buffer sizes on Windows 2021-03-18 16:12:28 +00:00
pulseaudio Prevent deadlock when disconnecting 2021-02-04 21:06:20 +01:00
wscript