alexvoda / audioswitch

Automatically exported from code.google.com/p/audioswitch
0 stars 0 forks source link

audioswitch command line generate exception when have -i as input. #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.in command line, set audioswitch argument as -r playback -l -i 0
2.
3.

What is the expected output? What do you see instead?
no exception, only one audio device is selected  in audio control panel.
exception occurs, multiple audio device are selected in audio control panel
What version of the product are you using? On what operating system?
V2.0 RC2

Please provide any additional information below.
WIN7 64bit.

Original issue reported on code.google.com by andoph...@gmail.com on 20 Nov 2013 at 12:47

GoogleCodeExporter commented 9 years ago
 Settings.Load() should be moved before foreach in Main()

Original comment by andoph...@gmail.com on 20 Nov 2013 at 1:04