0.0.3 • Published 4 years ago

capacitor-plugin-tts v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

capacitor-plugin-tts

Capacitor的Android平台TTS插件

Install

npm install capacitor-plugin-tts
npx cap sync

API

init(...)

init(options: InitOptions) => any
ParamType
optionsInitOptions

Returns: any


speak(...)

speak(options: SpeakOptions) => any
ParamType
optionsSpeakOptions

Returns: any


Interfaces

InitOptions

PropTypeDescription
Enginestring语音引擎包名

SpeakOptions

PropTypeDescription
Textstring语音文本
Pitchnumber音调
Ratenumber语音速率
QueueMode"ADD" | "FLUSH"队列模式
0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago