Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasapiExclusiveMode is not being saved/displayed properly #44

Open
andreasdc opened this issue Feb 12, 2024 · 2 comments
Open

wasapiExclusiveMode is not being saved/displayed properly #44

andreasdc opened this issue Feb 12, 2024 · 2 comments

Comments

@andreasdc
Copy link

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
Copy link

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!

@davidralph77
Copy link

davidralph77 commented Nov 3, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants