Convert text to speech using AWS Polly
/plugin marketplace add dnvriend/aws-polly-tts-tool/plugin install aws-polly-tts-tool@aws-polly-tts-tooltextConvert text to speech using Amazon Polly with support for multiple engines and voices. ## Usage ## Arguments - `TEXT`: Text to synthesize (required, or use `--stdin`) - `--stdin` / `-s`: Read text from stdin (for piping) - `--voice TEXT`: Voice ID (default: Joanna) - `--output PATH` / `-o PATH`: Save to file instead of playing - `--format TEXT` / `-f TEXT`: Audio format (mp3, ogg_vorbis, pcm) - `--engine TEXT` / `-e TEXT`: Engine (standard, neural, generative, long-form) - `--ssml`: Treat input as SSML markup - `--show-cost`: Display character count and cost estimate - `--region TEXT`...