Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/cueshit/cuesheet.ts

Convert between different cue sheet / chapter / tracklist formats
Latest
import * as cueshit from "https://deno.land/x/cueshit@v0.7.0/cuesheet.ts";

Variables

Fallback value for the duration of a cue (in seconds). While the duration is generally optional, some output formats require it.

Interfaces

Representation of a cue (aka chapter / track).

Specification of a cue format.

Representation of a cue sheet, a list of cues.

Type Aliases

Function which serializes a cue into a string.

Function which serializes a cue sheet into a string.

Function which extracts a cue sheet from a string.