Documentation
¶
Index ¶
- Constants
- type AzureSTT
- func (s *AzureSTT) Capabilities() stt.STTCapabilities
- func (s *AzureSTT) Label() string
- func (s *AzureSTT) Model() string
- func (s *AzureSTT) Provider() string
- func (s *AzureSTT) Recognize(ctx context.Context, frames []*model.AudioFrame, languageStr string) (*stt.SpeechEvent, error)
- func (s *AzureSTT) Stream(ctx context.Context, language string) (stt.RecognizeStream, error)
- type AzureTTS
- func (t *AzureTTS) Capabilities() tts.TTSCapabilities
- func (t *AzureTTS) Label() string
- func (t *AzureTTS) Language() string
- func (t *AzureTTS) Model() string
- func (t *AzureTTS) NumChannels() int
- func (t *AzureTTS) Provider() string
- func (t *AzureTTS) SampleRate() int
- func (t *AzureTTS) Stream(ctx context.Context) (tts.SynthesizeStream, error)
- func (t *AzureTTS) Synthesize(ctx context.Context, text string) (tts.ChunkedStream, error)
Constants ¶
View Source
const ( PluginTitle = "rtp-agent.plugins.azure" PluginVersion = "1.5.15" PluginPackage = "rtp-agent.plugins.azure" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureSTT ¶
type AzureSTT struct {
// contains filtered or unexported fields
}
func (*AzureSTT) Capabilities ¶
func (s *AzureSTT) Capabilities() stt.STTCapabilities
type AzureTTS ¶
type AzureTTS struct {
// contains filtered or unexported fields
}
func NewAzureTTS ¶
func (*AzureTTS) Capabilities ¶
func (t *AzureTTS) Capabilities() tts.TTSCapabilities
func (*AzureTTS) NumChannels ¶
func (*AzureTTS) SampleRate ¶
func (*AzureTTS) Synthesize ¶
Click to show internal directories.
Click to hide internal directories.