pub fn parse_textgrid_str(
content: &str,
file_path: String,
) -> Result<TextGridFile, TextGridError>Expand description
Parse a single TextGrid string into a TextGridFile.
Supports both the normal “text” format and the “short text” format.