- Have an eleven labs account
- Setup a .env file with the following content
XI_API_KEY=<replace_me>
OUTPUT=/user/downloads/example # leave blank to use same directory as executable
- Build the project
make chatter
- Run with text
./bin/chatter -t "Hello, World!" -v "your_voice_id"
or point it to a website
./bin/chatter -s "https://www.example.com" -v "your_voice_id"