say
Method
This is a method of the AudioAgent class in the audio_agent module.Quick TTS - convert text and save to file.
Signature
Parameters
Text to speak
Output filename (default: output.mp3)
Returns
Path to saved file
Quick TTS - convert text and save to file.
This is a method of the AudioAgent class in the audio_agent module.Quick TTS - convert text and save to file.
def say(text: str, output: str) -> str