货无忧
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

29 lines
525 B

{
"name": "MT-TTS语音合成",
"id": "MT-TTS",
"version": "1.0.3",
"description": "安卓tts语音合成",
"_dp_type": "nativeplugin",
"_dp_nativeplugin": {
"android": {
"plugins": [{
"type": "module",
"name": "MT-TTS-Baidu",
"class": "uni.mt.tts.BaiduTTS"
},
{
"type": "module",
"name": "MT-TTS-Speech",
"class": "uni.mt.tts.SpeechTTS"
}
],
"integrateType": "aar",
"minSdkVersion": "19",
"abis": [
"armeabi-v7a",
"arm64-v8a",
"x86"
]
}
}
}