import * as cueshit from "https://deno.land/x/cueshit@v0.7.2/format/audacity_labels.ts";
Audacity label track, serialized as TSV (tab-separated values) document.
Each row contains one label with three columns for start time, end time (both expressed in seconds) and the label annotation:
2.150000 2.150000 Point label at 2.15 seconds
3.400000 6.100000 Region label from 3.4 to 6.1 seconds
Variables
Formats a cue as Audacity region label (TSV row). | |
Parses an Audacity label track TSV document into cues. |