0.0.7 • Published 2 years ago

@mqn/capacitor-plugin-tts v0.0.7

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

@mqn/capacitor-plugin-tts

Capacitor的Android平台TTS插件

Install

npm install @mqn/capacitor-plugin-tts
npx cap sync

API

init(...)

init(options: InitOptions) => Promise<void>

初始化

ParamType
optionsInitOptions

speak(...)

speak(options: SpeakOptions) => Promise<void>

合成语音

ParamType
optionsSpeakOptions

Interfaces

InitOptions

初始化选项

PropTypeDescription
Enginestring语音引擎包名

SpeakOptions

语音合成选项

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