02/04/2020-12:09:00
RE: ASIO 4 W10
ALTECMANIAC a écrit :Bonjour, sur les conseils d'un contributeur en MP, merci à lui, j'ai installé le PLUGIN WASAPI, par contre FOOBAR propose plusieurs choix PUSH ou EVENT, c'est quoi donc?
"Event based implementation has a callback method that is called by the driver/API when it has determined that more data is needed (usually, this is triggered when a previously prepared buffer is about to be played).
Push based implementation has a loop in its own thread which asks repetitively to the driver if it is ready to receive a new buffer (which is also related to the previous buffer going to be played).
An Event based implementation is expected to allow lower latencies since the calling application is notified at the exact moment that it can prepare a new buffer, whereas with push based ones, the implementations has a delay (in form of a short sleep, so that the loop is not constantly using CPU resources), and as such, it doesn't react immediately."
https://hydrogenaud.io/index.php?topic=111120.0
