Add VAD+ASR demo for HarmonyOS (#1573)

This commit is contained in:
Fangjun Kuang
2024-11-28 22:59:56 +08:00
committed by GitHub
parent 315d8e2a47
commit f3f8961462
44 changed files with 1102 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"apiType": "stageMode",
"buildOption": {
"sourceOption": {
"workers": [
'./src/main/ets/workers/NonStreamingAsrWithVadWorker.ets'
]
}
},
"buildOptionSet": [
{
"name": "release",
"arkOptions": {
"obfuscation": {
"ruleOptions": {
"enable": false,
"files": [
"./obfuscation-rules.txt"
]
}
}
}
},
],
"targets": [
{
"name": "default"
},
{
"name": "ohosTest",
}
]
}