update README

1. update root README, pointer to all proj
2. create all README
Powered by claude code, maybe mistake, checked and commit manually.
This commit is contained in:
2025-09-12 14:58:58 +08:00
parent f539792fd1
commit b4c04343e8
27 changed files with 964 additions and 74 deletions

View File

@ -0,0 +1,27 @@
# English_Listening_cut
英语听力音频文件自动分割工具。
## 功能
自动分割英语听力考试音频文件,通过检测静音段落将长音频分割为多个小段,并按照规定格式组织输出文件。
## 使用方法
1. 准备MP3格式的听力音频文件
2. 运行 `python main.py 音频文件.mp3`
3. 程序将在OUTPUT目录中创建结构化的分割文件
## 输出结构
分割后的文件将按以下结构组织:
- BASIC文件夹基础题目
- 1-5文件夹按题号分类
- Others文件夹其他片段
## 特性
- 自动静音检测
- 智能分割算法
- 规范化文件命名
- 结构化输出目录