package
Version:
v1.0.3
Opens a new window with list of versions in this module.
Published: May 15, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Elevenlabs API Client
This package provides a client for the Elevenlabs API, which is used to interact with the Elevenlabs Text-to-Speech service.
References:
Documentation
¶
Return current set of voices
Return current set of voices
type Opt func(*opts) error
Opt is a function which can be used to set options on a request
Set the deterministic seed
type Voice struct {
Id string `json:"voice_id"`
Name string `json:"name"`
Description string `json:"description,omitempty"`
PreviewUrl string `json:"preview_url,omitempty"`
Category string `json:"category,omitempty"`
Settings VoiceSettings `json:"settings"`
}
type VoiceSettings struct {
SimilarityBoost float32 `json:"similarity_boost"`
Stability float32 `json:"stability"`
Style float32 `json:"style,omitempty"`
UseSpeakerBoost bool `json:"use_speaker_boost"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.