Convert text to speech with ElevenLabs
/plugin marketplace add dnvriend/elevenlabs-tts-tool/plugin install elevenlabs-tts-tool@elevenlabs-tts-tooltextConvert TEXT to speech using ElevenLabs API. Play through speakers or save to file. ## Usage ## Arguments - `TEXT`: Text to synthesize (required, or use --stdin) - `--stdin, -s`: Read text from stdin instead - `--voice, -v NAME`: Voice name or ID (default: rachel) - `--model, -m ID`: Model ID (default: eleven_turbo_v2_5) - `--output, -o PATH`: Save to file instead of playing - `--format, -f FORMAT`: Output format (default: mp3_44100_128) ## Examples ## Output Plays audio through speakers or saves to file in specified format.