flipswitchingmonkey / FlexASIO_GUI

Simple configuration GUI for FlexASIO
MIT License
336 stars 26 forks source link

wasapiExclusiveMode is not being saved/displayed properly #44

Open andreasdc opened 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
Ronin4862 commented 1 month ago

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!