wasapiExclusiveMode is not being saved/displayed properly
Opened this issue · 2 comments
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
I can confirm this. The "Exclusive" setting is not being saved upon exit.
BTW, great piece of software. I use it with Right Mark Audio Analyzer to take measurements with a bunch of inputs and outputs. With this awesome GUI I can select the playback and recording device with ease!
Fantastic work!
The settings are saved properly, but on app restart it indicates that the toml file is read to display the current settings, but it appears to use a default for the WASAPI settings Exclusive and AutoConvert. This makes it confusing when testing different settings between uses. If the user selects "Load from", then selects ghe default file or another saved file, it then displays the settings properly. Just clicking "Load from", then immediately clicking the "Open" button the settings are updated accordingly as it opens the default FlexASIO.toml file. Otherwise it works fine in my experience.