dechamps / FlexASIO

A flexible universal ASIO driver that uses the PortAudio sound I/O library. Supports WASAPI (shared and exclusive), KS, DirectSound and MME.
Other
1.35k stars 72 forks source link

DigitalPerformer crashes at startup while configured with FlexASIO #189

Closed n-raymond closed 4 months ago

n-raymond commented 1 year ago

When starting DigitalPerformer after having configured FlexASIO as audio driver, the DAW starts to be very slow and eventually crashes. I tried to remove ASIO4ALL as described in https://github.com/dechamps/FlexASIO/issues/86, but it does not seem to change anything.

ASIO4ALL was working like a charm for comparision.

Here is my FlexASIO.log file after the crash: FlexASIO.log

dechamps commented 1 year ago

Hi,

According to your log you set a very small buffer size (128 samples which is 3 ms). Does it work better if you use a larger buffer size such as 882 samples (20 ms)?

dechamps commented 4 months ago

Closing as no further information was provided.