Skip to main content

Interface: WaveformInfo

Defined in: project/tree.ts:26

A single audio clip exposed by a node for timeline display. Times are in scene seconds; src is the (fetchable) audio source path. Nodes that own audio — e.g. a Scene with managed sounds — report one entry per play range.

Properties

endTime

endTime: number | null

Defined in: project/tree.ts:34

Scene timestamp (seconds) when the clip ends, or null if open-ended.


name

name: string

Defined in: project/tree.ts:30

Display name for the clip (defaults to the file name of src).


src

src: string

Defined in: project/tree.ts:28

Fetchable audio source path / URL.


startTime

startTime: number

Defined in: project/tree.ts:32

Scene timestamp (seconds) when the clip starts.