Update for DRBv3
This commit is contained in:
@@ -3,6 +3,7 @@ from NoiseGatev2 import AudioStream
|
||||
print('Getting a list of devices')
|
||||
list_of_devices = AudioStream().list_devices()
|
||||
print("----- INPUT DEVICES -----")
|
||||
print("----- *You will likely want to pick from one of these devices* -----")
|
||||
for inputDevice in list_of_devices['Input']:
|
||||
print(f"{inputDevice}\t-\t{list_of_devices['Input'][inputDevice]}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user