Add microphone demo about VAD+ASR for HarmonyOS (#1581)

This commit is contained in:
Fangjun Kuang
2024-11-30 15:23:45 +08:00
committed by GitHub
parent 299f2392e2
commit c9d3b6cd8c
7 changed files with 276 additions and 23 deletions

View File

@@ -47,6 +47,18 @@
}
],
}
],
"requestPermissions": [
{
"name": "ohos.permission.MICROPHONE",
"reason": "$string:mic_reason",
"usedScene": {
"abilities": [
"FormAbility",
],
"when": "always",
}
}
]
}
}