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 @edge "Hello"
voice @openai "Hello"
voice @elevenlabs "Hello"
voice @google "Hello"
voice @chatterbox "Hello"
./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