[Singapore]
[fea]
[使用离线合成语言tts]
This commit is contained in:
yangyakun
2025-07-09 10:50:45 +08:00
parent 0ff13a6a41
commit 6467e5f721
5 changed files with 2 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
apply plugin: ly.count.android.plugins.UploadSymbolsPlugin
//apply from: rootProject.file('gradle/bytex/bytex.gradle')
apply from: rootProject.file('gradle/bytex/bytex.gradle')
Properties properties = new Properties()
properties.load(project.rootProject.file("gradle.properties").newDataInputStream())

View File

@@ -58,7 +58,7 @@ dependencies {
implementation(files("libs/bdasr_V3_20210628_cfe8c44.jar"))
implementation(files("libs/com.baidu.tts_2.6.3.c2aaa9f_20220922113422.jar"))
implementation files('libs/AIKit.aar')
compileOnly files('libs/AIKit.aar')
implementation project(':foudations:mogo-commons')
implementation project(':core:mogo-core-utils')

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.mgintelligent.speech"
android:versionCode="1" >
<uses-sdk
android:minSdkVersion="23"
android:targetSdkVersion="29" />
</manifest>

Binary file not shown.