Signed-off-by: sunruiyang <sunruiyang5@h-partners.com>
This commit is contained in:
sunruiyang
2025-07-05 16:42:06 +08:00
parent d0c8c9d55d
commit a33c18bdd3
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ third_party_sonic/
├── Sonic.java # Java audio speed change source code
├── wave.c # C audio speed change source code
├── wave.h # C audio speed change source code
├── BUILD.gn # HarmonyOS build script
├── bundle.json # HarmonyOS build script
├── BUILD.gn # build script
├── bundle.json # build script
├── Makefile # Compilation script
├── README_zh.md # Installation and usage instructions
├── README_en.md # Installation and usage instructions
+2 -2
View File
@@ -23,8 +23,8 @@ third_party_sonic/
├── Sonic.java # JAVA音频变速源码
├── wave.c # C音频变速源码
├── wave.h # C音频变速源码
├── BUILD.gn # 鸿蒙系统构建脚本
├── bundle.json # 鸿蒙系统构建脚本
├── BUILD.gn # 构建脚本
├── bundle.json # 构建脚本
├── Makefile # 编译脚本
├── README_zh.md # 安装使用方法
├── README_en.md # 安装使用方法