hrukalive commited on
Commit
8f7ed6b
1 Parent(s): e7c18b2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - zh
5
+ ---
6
+ Contains batch commands for slicing the audio (need ffmpeg and sox).
7
+ Slicing range is determined by dynamic programming to ensure ~8s of slices.
8
+
9
+ Audio needs to be copied to the wav/ folder for the command to work. Provided transcriptions file is after dictionary mapping, if you need a different mapping, please first convert the provided TextGrid files and then use the script included to generate your own.
10
+
11
+ 内含音频切片命令(需ffmpeg和sox),切片范围通过动规算法让其长度尽量为8s。
12
+ 音频需要正确放入wav/文件夹,提供的transcriptions文件已经经过字典映射,如果你需要使用你自己的字典,请先转换提供的TextGrid文件,然后再使用提供的脚本重新生成transcriptions。