Implement Seriatim transcript parsing

This commit is contained in:
2026-07-03 21:13:12 +00:00
parent 47013daa04
commit 95a54505cf
5 changed files with 531 additions and 6 deletions

View File

@@ -0,0 +1,21 @@
{
"metadata": {
"id": "duplicate-segment-fixture"
},
"segments": [
{
"id": "seg-001",
"start": 0,
"end": 1,
"speaker": "Narrator",
"text": "First segment."
},
{
"id": "seg-001",
"start": 1,
"end": 2,
"speaker": "Player",
"text": "Duplicate segment."
}
]
}

View File

@@ -0,0 +1,23 @@
{
"metadata": {
"id": "session-alpha",
"source_id": "fallback-session",
"title": "Synthetic session transcript"
},
"segments": [
{
"id": "seg-001",
"start": 0,
"end": 4.5,
"speaker": "Narrator",
"text": "The stone door opens."
},
{
"id": "seg-002",
"start": 4.5,
"end": 8,
"speaker": "Player",
"text": "I cast light."
}
]
}