0.0.3 • Published 4 years ago
capacitor-plugin-tts v0.0.3
capacitor-plugin-tts
Capacitor的Android平台TTS插件
Install
npm install capacitor-plugin-tts
npx cap sync
API
init(...)
init(options: InitOptions) => any
Param | Type |
---|---|
options | InitOptions |
Returns: any
speak(...)
speak(options: SpeakOptions) => any
Param | Type |
---|---|
options | SpeakOptions |
Returns: any
Interfaces
InitOptions
Prop | Type | Description |
---|---|---|
Engine | string | 语音引擎包名 |
SpeakOptions
Prop | Type | Description |
---|---|---|
Text | string | 语音文本 |
Pitch | number | 音调 |
Rate | number | 语音速率 |
QueueMode | "ADD" | "FLUSH" | 队列模式 |