Bugfix: remove unefficient message

This commit is contained in:
w-okada 2023-07-25 22:59:41 +09:00
parent 8cd41a62a8
commit 3c54b6bd2b

View File

@ -90,6 +90,7 @@ class ServerDevice:
self.serverAudioOutputDevices = None self.serverAudioOutputDevices = None
self.outQueue = Queue() self.outQueue = Queue()
self.monQueue = Queue() self.monQueue = Queue()
self.performance = []
def getServerInputAudioDevice(self, index: int): def getServerInputAudioDevice(self, index: int):
audioinput, _audiooutput = list_audio_device() audioinput, _audiooutput = list_audio_device()