Pywayne TTS Text-to-speech (TTS) tool that converts text to audio files (opus or mp3 format). Functions text to speech output opus - Convert text to Opus format Parameters: - - Text to convert - - Output .opus filename - - If True, use macOS 'say' command; otherwise use gTTS (default True) Behavior: - On macOS, prefers native 'say' command when - On other platforms, uses Google TTS (gTTS) service - Uses ffmpeg to convert audio to opus format (16kHz, mono channel) - Automatically cleans up temporary files text to speech output mp3 - Convert text to MP3 format Parameters: - - Text to convert -…