Documentation
¶
Overview ¶
elevenlabs implements an API client for elevenlabs (https://elevenlabs.io/docs/api-reference/text-to-speech)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
*client.Client
}
func (*Client) TextToSpeech ¶ added in v0.0.3
Return current set of voices
type Opt ¶ added in v0.0.3
type Opt func(*opts) error
Opt is a function which can be used to set options on a request
Click to show internal directories.
Click to hide internal directories.