Versions in this module Expand all Collapse all v0 v0.1.0 Oct 21, 2024 Changes in this version + type Communicate struct + IgnoreSSLVerification bool + Pitch string + Rate string + Voice string + VoiceLangRegion string + Volume string + func New(options ...Option) *Communicate + func (c *Communicate) GenerateVoice(text string) ([]byte, error) + func (c *Communicate) GenerateVoiceStreamTo(text string, target io.Writer) error + type Option func(option *Communicate) + func WithPitch(pitch string) Option + func WithRate(rate string) Option + func WithVoice(voice string) Option + func WithVoiceLangRegion(voiceLangRegion string) Option + func WithVolume(volume string) Option