From a33c18bdd3fdd106c9a609d29224bfdbc598fd28 Mon Sep 17 00:00:00 2001 From: sunruiyang Date: Sat, 5 Jul 2025 16:42:06 +0800 Subject: [PATCH] fix bug Signed-off-by: sunruiyang --- README_en.md | 4 ++-- README_zh.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README_en.md b/README_en.md index e865161..313cab5 100644 --- a/README_en.md +++ b/README_en.md @@ -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 diff --git a/README_zh.md b/README_zh.md index 8a5e309..5eac241 100644 --- a/README_zh.md +++ b/README_zh.md @@ -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 # 安装使用方法