mirror of
https://github.com/taigrr/elevenlabs.git
synced 2026-04-02 03:08:57 -07:00
add badges and license
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# elevenlabs
|
||||
Unofficial [elevenlabs.io](https://beta.elevenlabs.io/) ([11.ai](11.ai)) voice synthesis client
|
||||
[](https://godoc.org/github.com/taigrr/elevenlabs)
|
||||
[](https://goreportcard.com/report/github.com/taigrr/elevenlabs)
|
||||
Unofficial [elevenlabs.io](https://beta.elevenlabs.io/) ([11.ai](http://11.ai)) voice synthesis client
|
||||
|
||||
This library is not affiliated with, nor associated with ElevenLabs in any way.
|
||||
|
||||
@@ -18,6 +20,8 @@ After creating your account, you can get you API key [from here](https://help.el
|
||||
To use this library, create a new client and send a TTS request to a voice.
|
||||
The following code block illustrates how one might replicate the say/espeak
|
||||
command, using the streaming endpoint.
|
||||
I've opted to go with faiface's beep package, but you can also save the file
|
||||
to an mp3 on-disk.
|
||||
```go
|
||||
package main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user