Skip to main content

parse_textgrid_str

Function parse_textgrid_str 

Source
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.