Add speaker diarization demo for HarmonyOS (#1610)

This commit is contained in:
Fangjun Kuang
2024-12-10 20:11:44 +08:00
committed by GitHub
parent 1bae4085ca
commit 914cbad6a3
45 changed files with 1074 additions and 17 deletions

View File

@@ -0,0 +1,40 @@
{
"app": {
"signingConfigs": [],
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "4.0.0(10)",
"runtimeOS": "HarmonyOS",
"buildOption": {
"strictMode": {
"caseSensitiveCheck": true,
}
}
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}