mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 21:45:00 +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.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()
|
||||||
|
Loading…
Reference in New Issue
Block a user