Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OSXSpeaker ¶
type OSXSpeaker struct {
Speaker
}
func NewOSXSpeaker ¶
func NewOSXSpeaker() (*OSXSpeaker, error)
func (*OSXSpeaker) Close ¶
func (s *OSXSpeaker) Close() error
func (*OSXSpeaker) WriteString ¶
func (s *OSXSpeaker) WriteString(text string) (int64, error)
type PollySpeaker ¶
type PollySpeaker struct { Speaker OutputFormat string VoiceId string Filename string // contains filtered or unexported fields }
func NewPollySpeaker ¶
func NewPollySpeaker() (*PollySpeaker, error)
func (*PollySpeaker) Close ¶
func (s *PollySpeaker) Close() error
func (*PollySpeaker) Record ¶
func (s *PollySpeaker) Record() error
func (*PollySpeaker) WriteString ¶
func (s *PollySpeaker) WriteString(text string) (int64, error)
Click to show internal directories.
Click to hide internal directories.