diff --git a/ovos_audio/service.py b/ovos_audio/service.py index ae74d81..46f4c9d 100644 --- a/ovos_audio/service.py +++ b/ovos_audio/service.py @@ -256,7 +256,7 @@ def run(self): self.status.set_error('No TTS loaded') def handle_b64_audio(self, message): - """syntehsizes speech, but instead of queuing for playback + """synthesizes speech, but instead of queuing for playback returns it b64 encoded in the bus allows 3rd party integrations to use OVOS as a TTS service """