Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Communicate ¶
type Communicate struct { AudioDataIndex int // contains filtered or unexported fields }
func NewCommunicate ¶
func NewCommunicate(text string, options ...communicateOption.Option) (*Communicate, error)
func (*Communicate) CloseOutput ¶
func (c *Communicate) CloseOutput()
func (*Communicate) WriteStreamTo ¶
func (c *Communicate) WriteStreamTo(rc io.Writer) error
WriteStreamTo write audio stream to io.WriteCloser
type MetaDataEntry ¶
type NoAudioReceived ¶
type NoAudioReceived struct {
Message string
}
type UnexpectedResponse ¶
type UnexpectedResponse struct {
Message string
}
type UnknownResponse ¶
type UnknownResponse struct {
Message string
}
type WebSocketError ¶
type WebSocketError struct {
Message string
}
Click to show internal directories.
Click to hide internal directories.