Bladeren bron

更新android讯飞库

gaoyf 6 jaren geleden
bovenliggende
commit
43c505e69a

+ 6 - 0
android/.idea/vcs.xml

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="$PROJECT_DIR$/.." vcs="Git" />
+  </component>
+</project>

BIN
android/libs/arm64-v8a/libmsc.so


BIN
android/libs/armeabi-v7a/libmsc.so


+ 1 - 1
android/src/main/kotlin/cn/i2edu/speech_plugin/SpeechPlugin.kt

@@ -45,7 +45,7 @@ class SpeechPlugin: MethodCallHandler {
     if (call.method == "getPlatformVersion") {
       result.success("Android ${android.os.Build.VERSION.RELEASE}")
     } else if (call.method == "initSpeechSdk") {
-      SpeechUtility.createUtility(context, SpeechConstant.APPID +"=589c15f3")
+      SpeechUtility.createUtility(context, SpeechConstant.APPID +"=5da1549c")
       result.success(true)
     } else if (call.method == "evaluatorByAudio") {
       val pathEvaluatorDecode = call.argument<String>("pathEvaluatorDecode")!!