D
DreamLake

DB Schema

Audio

Audio index record. Properties populated by Lambda after processing.

FieldTypeDescription
idObjectIdPrimary key
ownerStringNamespace slug
projectStringProject slug
episodeIdString?DreamLake episode ID
nameStringDisplay name (default: "")
embIdString?VectorIndex ID (null = not yet indexed)
stFloatStart time: Unix timestamp (seconds)
sampleRateIntHz, e.g. 48000 (default: 0, set by Lambda)
channelsInt1 = mono, 2 = stereo (default: 0)
durationSecFloatDuration in seconds (default: 0)
codecStringe.g. "pcm_s16le", "opus", "aac" (default: "")
deletedAtDateTime?Soft delete timestamp
createdAtDateTimeCreated timestamp
updatedAtDateTimeLast updated

Indexes: owner, [owner, project], episodeId, embId