Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OpenWavFormat ¶
func PrettyPrintProtobuf ¶
Types ¶
type SpeechToTextClient ¶
type SpeechToTextClient interface { sttPb.SpeechToTextClient Close() error }
func NewSttClient ¶
func NewSttClient() (SpeechToTextClient, error)
type TextToSpeechClient ¶
type TextToSpeechClient interface { ttsPb.TextToSpeechClient Close() error }
func NewTtsClient ¶
func NewTtsClient() (TextToSpeechClient, error)
Click to show internal directories.
Click to hide internal directories.