drop Default Input/Default Output

This commit is contained in:
Seth Call 2017-09-15 11:41:28 -05:00
parent e2ec56f2df
commit 26b4c8e60e
1 changed files with 5 additions and 0 deletions

View File

@ -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;