30 Jul
2017
30 Jul
'17
4:24 p.m.
tsepp2001@t-online.de wrote:
Am I right to use async mode
No. It is not supported by all devices, and almost impossible to use correctly.
to get lowest latency times
Latency depends on the buffer size, and how fast your code can react to the notification that some space is available.
and using pause/play/stop?
You probably want to use non-blocking mode.
Regards, Clemens