You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was sent a log where "APx500 6.1\AudioPrecision.RealTime.exe" software was used, and one of the first thing it contains is the following:
--- ENTERING CONTEXT: canSampleRate()
Checking for sample rate: -nan(ind)
This looks like a bug in the host application as it seems to call canSampleRate() with a NaN parameter. Fortunately it seems benign as it doesn't prevent anything from working (as far as I can tell). FlexASIO should arguably reject the call immediately instead of attempting to open a PortAudio stream with a NaN sample rate, which could potentially not end well.
The text was updated successfully, but these errors were encountered:
I was sent a log where "APx500 6.1\AudioPrecision.RealTime.exe" software was used, and one of the first thing it contains is the following:
This looks like a bug in the host application as it seems to call
canSampleRate()
with a NaN parameter. Fortunately it seems benign as it doesn't prevent anything from working (as far as I can tell). FlexASIO should arguably reject the call immediately instead of attempting to open a PortAudio stream with a NaN sample rate, which could potentially not end well.The text was updated successfully, but these errors were encountered: