Skip to main content

say

Method
This is a method of the AudioAgent class in the audio_agent module.
Quick TTS - convert text and save to file.

Signature

def say(text: str, output: str) -> str

Parameters

text
str
required
Text to speak
output
str
default:"'output.mp3'"
Output filename (default: output.mp3)

Returns

Returns
str
Path to saved file