Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 725 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 725 Bytes

Eleven Labs Client

Go Report Card codecov

  1. Have an eleven labs account
  2. 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
  1. Build the project
make chatter
  1. 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"