mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Slightly speed up audio device swapping
This commit is contained in:
parent
54d98e53ce
commit
48e27d30f9
@ -675,6 +675,7 @@ namespace DisplayMagician
|
|||||||
{
|
{
|
||||||
// use the Audio Device
|
// use the Audio Device
|
||||||
audioDevice.SetAsDefault();
|
audioDevice.SetAsDefault();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -746,6 +747,7 @@ namespace DisplayMagician
|
|||||||
{
|
{
|
||||||
// use the Audio Device
|
// use the Audio Device
|
||||||
captureDevice.SetAsDefault();
|
captureDevice.SetAsDefault();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user