diff --git a/server/voice_changer/Local/ServerDevice.py b/server/voice_changer/Local/ServerDevice.py index c6a8dda1..0176f2f9 100644 --- a/server/voice_changer/Local/ServerDevice.py +++ b/server/voice_changer/Local/ServerDevice.py @@ -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()