Add integration docs and synthetic command examples
This commit is contained in:
14
examples/minimal-merge/input-alice.json
Normal file
14
examples/minimal-merge/input-alice.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"segments": [
|
||||
{
|
||||
"start": 0.0,
|
||||
"end": 1.2,
|
||||
"text": " Hello there. "
|
||||
},
|
||||
{
|
||||
"start": 2.6,
|
||||
"end": 3.1,
|
||||
"text": "Okay."
|
||||
}
|
||||
]
|
||||
}
|
||||
9
examples/minimal-merge/input-bob.json
Normal file
9
examples/minimal-merge/input-bob.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"segments": [
|
||||
{
|
||||
"start": 1.3,
|
||||
"end": 2.4,
|
||||
"text": "General Kenobi."
|
||||
}
|
||||
]
|
||||
}
|
||||
8
examples/minimal-merge/speakers.yml
Normal file
8
examples/minimal-merge/speakers.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
match:
|
||||
- speaker: "Alice Example"
|
||||
match:
|
||||
- "alice"
|
||||
|
||||
- speaker: "Bob Example"
|
||||
match:
|
||||
- "bob"
|
||||
Reference in New Issue
Block a user