drop Default Input/Default Output
This commit is contained in:
parent
e2ec56f2df
commit
26b4c8e60e
|
|
@ -212,6 +212,11 @@
|
|||
return;
|
||||
}
|
||||
|
||||
if ((device.name == 'Default Input' || device.name == 'Default Output') && operatingSystem == 'Win32'){
|
||||
console.log("dropping " + device.name)
|
||||
return;
|
||||
}
|
||||
|
||||
var deviceInfo = {};
|
||||
|
||||
deviceInfo.id = device.guid;
|
||||
|
|
|
|||
Loading…
Reference in New Issue