docs: make Chinese README the default
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
# Alice_split_toolset
|
||||
Split audio using the .srt file, clean up annotations, then merge and package into a format suitable for bert-vits2 in a standard manner.
|
||||
使用.srt文件分割音频并清洗标注,合并封装至适用于bert-vits2的一个较为标准的格式
|
||||
<!-- WEHUB_ZH_README -->
|
||||
> [!NOTE]
|
||||
> 本文档由 WeHub 基于上游 README 翻译整理,属于社区翻译,非官方中文文档。
|
||||
> [English](./README.en.md) · [原始项目](https://github.com/AliceNavigator/Alice_split_toolset) · [上游 README](https://github.com/AliceNavigator/Alice_split_toolset/blob/HEAD/README.md)
|
||||
> 原作者、版权与许可证归属以原始项目及本仓库 LICENSE 文件为准。
|
||||
|
||||
### usage 使用
|
||||
- 将同名wav和srt文件放入input,依照顺序执行,更多详细参数见-h
|
||||
- Place the wav and srt files with the same name into the 'input' folder, execute in sequence, and see -h for more detailed parameters.
|
||||
# Alice_split_toolset
|
||||
使用 .srt 文件分割音频、清洗标注,然后合并并封装为适用于 bert-vits2 的标准格式。
|
||||
|
||||
### 使用方法
|
||||
- 将同名的 wav 和 srt 文件放入 `input` 文件夹,按顺序执行;更多详细参数请参阅 `-h`。
|
||||
```bash
|
||||
python split.py --mono
|
||||
python clean_list.py --filter_english
|
||||
|
||||
Reference in New Issue
Block a user