2023-10-22 17:02:53 +08:00
2023-10-22 17:02:53 +08:00
2023-10-22 17:02:53 +08:00
2023-10-22 16:49:29 +08:00
2023-10-22 16:48:06 +08:00
2023-10-22 16:49:29 +08:00
2023-10-22 16:49:29 +08:00
2023-10-22 16:59:23 +08:00
2023-10-22 16:49:29 +08:00

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.
python split.py --mono
python clean_list.py --filter_english
python merge.py
python pack.py baki
S
Description
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的一个较为标准的格式|GitHub 镜像 50 · 🍴 18
https://github.com/alicenavigator/alice_split_toolset Readme 35 KiB
Languages
Python 100%