Skip to content

Commit

Permalink
more comments, move around
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 12, 2023
1 parent a00ec01 commit 19330e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ovos_plugin_manager/templates/tts.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,11 @@ def _init_g2p(self):
self.g2p = None

def init(self, bus=None, playback=None):
""" Performs intial setup of TTS object.
""" Connects TTS object to PlaybackQueue in ovos-audio.
This method needs to be called in order for self.execute to do anything
not needed if using get_tts / synth methods directly as intended in standalone usage
Arguments:
bus: OpenVoiceOS messagebus connection
Expand Down

0 comments on commit 19330e1

Please sign in to comment.