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
FlexASIO now supports a new PortAudio feature: WASAPI loopback recording.
This takes the form of new WASAPI input devices whose name end with [Loopback]. These devices make it possible to capture the output of the corresponding output device ("record what you hear"). See #150, PortAudio/portaudio#668.
FlexASIO will now refrain from logging if the logfile size exceeds 1 GB. See #146.
This is to avoid accidental disk space exhaustion when forgetting to remove the logfile.
Fix potential compatibility issues with some ASIO host applications (e.g. Audio Precision) that make ASIO calls with invalid/bogus sample rates. See #135.