diff --git a/haps/ASR.hap b/haps/ASR.hap new file mode 100644 index 0000000000000000000000000000000000000000..ed5f5ccbbfcc7515014356329fcb05accaee154e --- /dev/null +++ b/haps/ASR.hap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45c267d082bbe7ee9cd3d13b49cc4978da464094f79aa4a587965f37939be15 +size 233017422 diff --git a/haps/TTS.hap b/haps/TTS.hap new file mode 100644 index 0000000000000000000000000000000000000000..510a471479bf063f7594e50502611f164f379728 --- /dev/null +++ b/haps/TTS.hap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5086a8cde08db6b554e94bb9bbfe5a1b32603df26be16c0cad2d92aaa8ff1804 +size 223728029 diff --git a/home.json b/home.json index 569d860b273cfa38aff711d25d1990af7d77e58a..106c263e51ab1e13cbb61be5ab4a08613a760591 100644 --- a/home.json +++ b/home.json @@ -1016,6 +1016,63 @@ "size": 2089804 } ] + }, + { + "id": 46, + "name": "TTS", + "name_en": "TTS", + "description": "AI离线本地文本转语音应用", + "description_en": "AI offline native text-to-speech application.", + "bundleName": "com.laval.tts", + "bundleType": "app", + "mainElement": "EntryAbility", + "deviceTypes": [ + "default" + ], + "appType": "tool", + "versionCode": 1000000, + "versionName": "1.0.0", + "singleton": false, + "vendor": "example", + "iconUri": "http://dispatchcenter.laval.aidog.club/imgs/tts.png", + "haps": [ + { + "id": 1, + "name": "TTS", + "md5": "", + "url": "http://dispatchcenter.laval.aidog.club/haps/TTS.hap", + "size": 223728029 + } + ] + }, + { + "id": 47, + "name": "ASR", + "name_en": "ASR", + "description": "AI离线本地语音识别应用", + "description_en": "AI offline local speech recognition application.", + "bundleName": "com.laval.asr", + "bundleType": "app", + "mainElement": "EntryAbility", + "deviceTypes": [ + "default" + ], + "appType": "tool", + "versionCode": 1000000, + "versionName": "1.0.0", + "singleton": false, + "vendor": "example", + "iconUri": "http://dispatchcenter.laval.aidog.club/imgs/asr.png", + "haps": [ + { + "id": 1, + "name": "ASR", + "md5": "", + "url": "http://dispatchcenter.laval.aidog.club/haps/ASR.hap", + "size": 233017422 + } + ] } + ] } \ No newline at end of file diff --git a/imgs/asr.png b/imgs/asr.png new file mode 100644 index 0000000000000000000000000000000000000000..9c13abd48a6b870f98cd6ea9c1e1465c28148141 Binary files /dev/null and b/imgs/asr.png differ diff --git a/imgs/tts.png b/imgs/tts.png new file mode 100644 index 0000000000000000000000000000000000000000..d7d2f1f371bb3ca7169891ea1c87497c832ec02c Binary files /dev/null and b/imgs/tts.png differ