diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..2464011 --- /dev/null +++ b/README.en.md @@ -0,0 +1,13 @@ +# 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的一个较为标准的格式 + +### 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. +```bash +python split.py --mono +python clean_list.py --filter_english +python merge.py +python pack.py baki +```