Audio to Timestamps

standard Category:Audio

Audio to Timestamps takes all provided audio segments and constructs a list of timestamps corresponding to the start and end of the audio segments.

E.g If the provided audio was constructed of 3 audio segments of the durations (3,5 & 2). The resulting timestamps would be returned as follows:

  1. start 0, end 3 (+3 seconds)
  2. start 3, end 8 (+5 seconds)
  3. start 8, end 10 (+2 seconds)

Inputs

type name edge
audio audio True

Outputs

type name edge
timestamp timestamp True