mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 13:35:12 +03:00
Bugfix: remove unefficient message
This commit is contained in:
parent
8cd41a62a8
commit
3c54b6bd2b
@ -90,6 +90,7 @@ class ServerDevice:
|
||||
self.serverAudioOutputDevices = None
|
||||
self.outQueue = Queue()
|
||||
self.monQueue = Queue()
|
||||
self.performance = []
|
||||
|
||||
def getServerInputAudioDevice(self, index: int):
|
||||
audioinput, _audiooutput = list_audio_device()
|
||||
|
Loading…
Reference in New Issue
Block a user