Skip to content

Commit

Permalink
Move Virtual Audio Cable after VoiceMeeter VAIO3
Browse files Browse the repository at this point in the history
  • Loading branch information
DevanWolf authored Dec 18, 2024
1 parent b18e562 commit 71a7d13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,11 @@ pub fn microphone_schema(devices: Vec<String>) -> PresetSchemaNode {
if cfg!(windows) {
for (key, display_name) in [
("Automatic", "Automatic"),
("VAC", "Virtual Audio Cable"),
("VBCable", "VB Cable"),
("VoiceMeeter", "VoiceMeeter"),
("VoiceMeeterAux", "VoiceMeeter Aux"),
("VoiceMeeterVaio3", "VoiceMeeter VAIO3"),
("VAC", "Virtual Audio Cable"),
] {
microhone_options.push(HigherOrderChoiceOption {
display_name: display_name.into(),
Expand Down

0 comments on commit 71a7d13

Please sign in to comment.