From dd1d3bdfa28474273d7727ef07222488bb42c700 Mon Sep 17 00:00:00 2001 From: liujing Date: Thu, 27 May 2021 21:16:44 +0800 Subject: [PATCH] =?UTF-8?q?[add]=20//////=E6=9A=82=E6=97=B6=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E5=B0=8F=E6=99=BA=E8=AF=AD=E9=9F=B3=E4=B8=8D=E6=92=AD?= =?UTF-8?q?=E6=8A=A5,=E5=90=8E=E7=BB=AD=E9=9C=80=E8=A6=81=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E8=8E=B7=E5=8F=96=E4=B8=8D=E5=88=B0=E5=85=B6=E4=BB=96?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E8=BF=9B=E7=A8=8B=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?,=E9=87=8D=E6=96=B0=E8=A7=A3=E5=86=B3=E5=B0=8F=E6=99=BA?= =?UTF-8?q?=E8=AF=AD=E9=9F=B3=E4=B8=8D=E6=92=AD=E6=8A=A5=E9=97=AE=E9=A2=98?= =?UTF-8?q?isVoiceServiceReady=E6=96=B9=E6=B3=95=E5=BA=94=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E8=BF=94=E5=9B=9Efalse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/gradle.xml | 1 + .idea/runConfigurations.xml | 1 - app/functions/tts.gradle | 12 +- config.gradle | 1 + gradle.properties | 1 + settings.gradle | 1 + tts/tts-pad/.gitignore | 1 + tts/tts-pad/build.gradle | 54 ++ tts/tts-pad/consumer-rules.pro | 0 tts/tts-pad/gradle.properties | 3 + tts/tts-pad/proguard-rules.pro | 21 + tts/tts-pad/src/main/AndroidManifest.xml | 5 + .../main/java/com/mogo/tts/pad/PadTTS.java | 480 ++++++++++++++++++ tts/tts-zhi/src/main/AndroidManifest.xml | 2 +- .../com/mogo/tts/{zhi => pad}/ZhiTTS.java | 2 +- 15 files changed, 576 insertions(+), 9 deletions(-) create mode 100644 tts/tts-pad/.gitignore create mode 100644 tts/tts-pad/build.gradle create mode 100644 tts/tts-pad/consumer-rules.pro create mode 100644 tts/tts-pad/gradle.properties create mode 100644 tts/tts-pad/proguard-rules.pro create mode 100644 tts/tts-pad/src/main/AndroidManifest.xml create mode 100644 tts/tts-pad/src/main/java/com/mogo/tts/pad/PadTTS.java rename tts/tts-zhi/src/main/java/com/mogo/tts/{zhi => pad}/ZhiTTS.java (99%) diff --git a/.idea/gradle.xml b/.idea/gradle.xml index fd91e149ef..e5099552a0 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -85,6 +85,7 @@ diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml index e497da9998..7f68460d8b 100644 --- a/.idea/runConfigurations.xml +++ b/.idea/runConfigurations.xml @@ -3,7 +3,6 @@