Unified Voice CLI supporting multiple providers with streaming and file output.
./scripts/setup.sh install
voice "Hello world"
voice save "Hello world" -o greeting.mp3voice "Hello" @edge
voice "Hello" @openai
voice "Hello" @coqui
voice "Hello" @system
voice providers
./scripts/test.py --helpvoice config set openai_api_key YOUR_KEY
voice config set elevenlabs_api_key YOUR_KEY
voice config set google_api_key YOUR_KEY
voice config show./scripts/setup.sh install --dev
make test
make qualitydocs/getting-started.mddocs/user-guide.mddocs/providers.mddocs/advanced.md