Added support for getting device UIDs and manufacturer.
The getDevices()
function now returns a tuple of tuples (name, manufacturer, uid, number of input streams, number of output streams, isMicrophone, isSpeaker)
.
(Sorry for the stupid commit name uid support &
but I accidentally pressed Enter while typing the commit name. For some reason GitHub does not allow changing commit names nor removing them.)