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

wasapiExclusiveMode is not being saved/displayed properly #215

Closed andreasdc closed 7 months ago

andreasdc commented 7 months ago

I have wasapiExclusiveMode enabled on both input and output, I save the configuration with the GUI, but when I open the GUI again, the exclusive mode shows as disabled and autoConvert shows as enabled, in the config file it shows differently.

backend = "Windows WASAPI"
[input]
device = "Input"
wasapiExclusiveMode = true
wasapiAutoConvert = false
[output]
device = "Line 1 (Virtual Audio Cable)"
wasapiExclusiveMode = true
wasapiAutoConvert = false
dechamps commented 7 months ago

This is a FlexASIO GUI issue, so it should be reported against FlexASIO GUI. I see you already filed flipswitchingmonkey/FlexASIO_GUI#44 so I'm just going to close this.