josetr / AudioDeviceSwitcher

Audio Device Switcher is a Windows 10 app that makes it easy to quickly switch your default playback device as well as your recording device using hotkeys.
https://www.microsoft.com/en-us/p/audio-device-switcher/9n71nh5h6t7k?activetab=pivot:overviewtab
Other
26 stars 1 forks source link

It doesn't store the devices #9

Open jTiKey opened 3 months ago

jTiKey commented 3 months ago

After restart the software unselects the devices. Am I doing something wrong?

Cyp9715 commented 2 months ago

I have the same issue. It seems like josetr might not be supporting this feature intentionally. I also hope the save functionality is added.

josetr commented 2 months ago

It's not intentionally. I'm just not sure why this happens. Most people don't seem to have this issue, including me (I use it everyday).

https://github.com/josetr/AudioDeviceSwitcher/blob/master/src/AudioDeviceSwitcher.Core/Infraestructure/WindowsRT/StateStorage.cs#L7

Cyp9715 commented 2 months ago

Oh, thank you for the response. Please let me know if any information is needed.
I also know C#, so I plan to review the code, but it will likely be possible in July.

I am using the AudioDeviceSwitcher you created very well.