def start(self):
     super(LiveAudioSource, self).start()
     audio.start_device(self._device)
Beispiel #2
0
 def start(self):
     super(LiveAudioSource, self).start()
     audio.start_device(self._device)
Beispiel #3
0
 def start(self):
     audio.start_device(self.device)
 def start(self):
     audio.start_device(self.device)