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,6 @@
import { hapTasks } from '@ohos/hvigor-ohos-plugin';
export default {
system: hapTasks, /* Built-in plugin of Hvigor. It cannot be modified. */
plugins:[] /* Custom plugin to extend the functionality of Hvigor. */
}