Update for DRBv3

This commit is contained in:
Logan Cusano
2024-04-03 23:25:31 -04:00
parent 51027d794d
commit e84adaa9c4
3 changed files with 203 additions and 289 deletions

View File

@@ -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]}")