Usage
Setup
Voices
Neural voices:Joanna, Matthew, Kendra, Ivy, Ruth
Models
| Model | Description |
|---|---|
polly/neural | Neural voices |
polly/standard | Standard voices |
Amazon text-to-speech
from praisonaiagents import AudioAgent
agent = AudioAgent(llm="polly/neural")
agent.say("Hello world!", output="hello.mp3")
export AWS_ACCESS_KEY_ID=your-key
export AWS_SECRET_ACCESS_KEY=your-secret
export AWS_REGION_NAME=us-east-1
Joanna, Matthew, Kendra, Ivy, Ruth
| Model | Description |
|---|---|
polly/neural | Neural voices |
polly/standard | Standard voices |