Fork from laubonghaudoi/zoengjyutgaai_saamgwokjinji
We found the original wav files are not splitted correctly, so we asked the author to provide the srt file and un-splitted wav files. We then re-split the wav files and align the srt file to the wav files. We also filtered some samples that are too short.
subtitles = []
splits = librosa.effects.split(audio) # shape: (682, 2)