repository
0.0.0-20240910125047-8afc977e5340
Repository: https://github.com/sgerhardt/chatter.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Eleven Labs Client
- 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"