diff --git a/ovos_audio/playback.py b/ovos_audio/playback.py index 4ae9192..c881c96 100644 --- a/ovos_audio/playback.py +++ b/ovos_audio/playback.py @@ -27,7 +27,6 @@ def __init__(self, queue=TTS.queue, bus=None): self._now_playing = None self.active_tts = None self._started = Event() - # TODO: Config to disable self.tts_transform = TTSTransformersService(self.bus) @property