Documentation ¶
Index ¶
- type Client
- func (c *Client) CreateSample(conf *SampleConf) (*Sample, error)
- func (c *Client) CreateVoiceFromFiles(name string, files ...string) (*Voice, error)
- func (c *Client) CreateVoiceFromTextPrompt(name, prompt string) (*Voice, error)
- func (c *Client) CreateVoiceFromUrls(name string, urls ...string) (*Voice, error)
- type Sample
- type SampleConf
- type Voice
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CreateSample ¶
func (c *Client) CreateSample(conf *SampleConf) (*Sample, error)
func (*Client) CreateVoiceFromFiles ¶
func (*Client) CreateVoiceFromTextPrompt ¶
type Sample ¶
type SampleConf ¶
func DefaultSampleConf ¶
func DefaultSampleConf(id string, text string) *SampleConf
Click to show internal directories.
Click to hide internal directories.