"(None)" is not a valid FlexASIO device value
Closed this issue · 0 comments
dechamps commented
Background: dechamps/FlexASIO#115
When selecting (None) as the input or output device in FlexASIO GUI, the resulting configuration file contains device = "(None)"
. This is incorrect and results in FlexASIO initialization failure. The proper syntax to disable the input or output is device = ""
.