//WIP Sounddevice migration
Bot bug fix
This commit is contained in:
4
bot.py
4
bot.py
@@ -37,9 +37,7 @@ class Bot(commands.Bot):
|
||||
self.Bot_Connected = False
|
||||
|
||||
# Init the audio devices list
|
||||
#self.Devices_List = sound.query_devices().items()
|
||||
self.Devices_List = NoiseGatev2.AudioStream().list_devices(_display_input_devices=False,
|
||||
_display_output_devices=False)
|
||||
self.Devices_List = NoiseGatev2.query_devices().items()
|
||||
|
||||
# Init radio parameters
|
||||
self.profile_name = None
|
||||
|
||||
Reference in New Issue
Block a user