Versions in this module Expand all Collapse all v0 v0.1.0 Jan 14, 2024 Changes in this version + func ConvertToChunks(srt_file []string) ([]shared.SubtitleChunk, error) + func GetChunkTimes(timeLine string) (int, int, error) + func IsChunkCandidateValid(chunk_candidate []string) bool + func PostProcessChunk(validated_chunk_candidate []string) (shared.SubtitleChunk, error) + func SplitBodyIntoChunks(body []string) ([]shared.SubtitleChunk, error) + func TimestampToMilliseconds(timestamp string) int