Rewrite config docs and add validated example files

This commit is contained in:
2026-05-24 00:54:27 +00:00
parent 72fb021453
commit 7f3a91cc9e
6 changed files with 212 additions and 68 deletions

View File

@@ -0,0 +1,9 @@
[
{
"id": 1,
"speaker": "A",
"start": 0.0,
"end": 1.2,
"text": "hello world"
}
]