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."
}
]
}