Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type SynthesisCallbackClient struct + func NewSynthesisCallbackClient(cc grpc.ClientConnInterface) *SynthesisCallbackClient + func (c *SynthesisCallbackClient) AudioAvailable(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int32, error) + func (c *SynthesisCallbackClient) Done(ctx context.Context) (int32, error) + func (c *SynthesisCallbackClient) Error0(ctx context.Context) error + func (c *SynthesisCallbackClient) Error1_1(ctx context.Context, arg0 int32) error + func (c *SynthesisCallbackClient) GetMaxBufferSize(ctx context.Context) (int32, error) + func (c *SynthesisCallbackClient) HasFinished(ctx context.Context) (bool, error) + func (c *SynthesisCallbackClient) HasStarted(ctx context.Context) (bool, error) + func (c *SynthesisCallbackClient) Start(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) (int32, error) + type SynthesisRequestClient struct + func NewSynthesisRequestClient(cc grpc.ClientConnInterface) *SynthesisRequestClient + func (c *SynthesisRequestClient) GetCallerUid(ctx context.Context, handle int64) (int32, error) + func (c *SynthesisRequestClient) GetCharSequenceText(ctx context.Context, handle int64) (int64, error) + func (c *SynthesisRequestClient) GetCountry(ctx context.Context, handle int64) (string, error) + func (c *SynthesisRequestClient) GetLanguage(ctx context.Context, handle int64) (string, error) + func (c *SynthesisRequestClient) GetParams(ctx context.Context, handle int64) (int64, error) + func (c *SynthesisRequestClient) GetPitch(ctx context.Context, handle int64) (int32, error) + func (c *SynthesisRequestClient) GetSpeechRate(ctx context.Context, handle int64) (int32, error) + func (c *SynthesisRequestClient) GetText(ctx context.Context, handle int64) (string, error) + func (c *SynthesisRequestClient) GetVariant(ctx context.Context, handle int64) (string, error) + func (c *SynthesisRequestClient) GetVoiceName(ctx context.Context, handle int64) (string, error) + type TextToSpeechServiceClient struct + func NewTextToSpeechServiceClient(cc grpc.ClientConnInterface) *TextToSpeechServiceClient + func (c *TextToSpeechServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error) + func (c *TextToSpeechServiceClient) OnCreate(ctx context.Context) error + func (c *TextToSpeechServiceClient) OnDestroy(ctx context.Context) error + func (c *TextToSpeechServiceClient) OnGetDefaultVoiceNameFor(ctx context.Context, arg0 string, arg1 string, arg2 string) (string, error) + func (c *TextToSpeechServiceClient) OnGetVoices(ctx context.Context) (int64, error) + func (c *TextToSpeechServiceClient) OnIsValidVoiceName(ctx context.Context, arg0 string) (int32, error) + func (c *TextToSpeechServiceClient) OnLoadVoice(ctx context.Context, arg0 string) (int32, error) + type UtteranceProgressListenerClient struct + func NewUtteranceProgressListenerClient(cc grpc.ClientConnInterface) *UtteranceProgressListenerClient + func (c *UtteranceProgressListenerClient) OnAudioAvailable(ctx context.Context, arg0 string, arg1 int64) error + func (c *UtteranceProgressListenerClient) OnBeginSynthesis(ctx context.Context, arg0 string, arg1 int32, arg2 int32, arg3 int32) error + func (c *UtteranceProgressListenerClient) OnDone(ctx context.Context, arg0 string) error + func (c *UtteranceProgressListenerClient) OnError1(ctx context.Context, arg0 string) error + func (c *UtteranceProgressListenerClient) OnError2_1(ctx context.Context, arg0 string, arg1 int32) error + func (c *UtteranceProgressListenerClient) OnRangeStart(ctx context.Context, arg0 string, arg1 int32, arg2 int32, arg3 int32) error + func (c *UtteranceProgressListenerClient) OnStart(ctx context.Context, arg0 string) error + func (c *UtteranceProgressListenerClient) OnStop(ctx context.Context, arg0 string, arg1 bool) error + type VoiceClient struct + func NewVoiceClient(cc grpc.ClientConnInterface) *VoiceClient + func (c *VoiceClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *VoiceClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *VoiceClient) GetFeatures(ctx context.Context, handle int64) (int64, error) + func (c *VoiceClient) GetLatency(ctx context.Context, handle int64) (int32, error) + func (c *VoiceClient) GetLocale(ctx context.Context, handle int64) (int64, error) + func (c *VoiceClient) GetName(ctx context.Context, handle int64) (string, error) + func (c *VoiceClient) GetQuality(ctx context.Context, handle int64) (int32, error) + func (c *VoiceClient) HashCode(ctx context.Context, handle int64) (int32, error) + func (c *VoiceClient) IsNetworkConnectionRequired(ctx context.Context, handle int64) (bool, error) + func (c *VoiceClient) ToString(ctx context.Context, handle int64) (string, error) + func (c *VoiceClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error