Add speaker identification demo for HarmonyOS (#1608)

This commit is contained in:
Fangjun Kuang
2024-12-10 14:50:13 +08:00
committed by GitHub
parent 314545f938
commit 14944d8c81
47 changed files with 1052 additions and 9 deletions

View File

@@ -0,0 +1,13 @@
{
"module": {
"name": "entry_test",
"type": "feature",
"deviceTypes": [
"phone",
"tablet",
"2in1"
],
"deliveryWithInstall": true,
"installationFree": false
}
}