37 lines
616 B
YAML
37 lines
616 B
YAML
workspace:
|
|
root: ./tmp/narratio-workspace
|
|
|
|
storage:
|
|
backend: local
|
|
|
|
whisperx:
|
|
transcribe_url: "https://transcription.example.com/transcribe"
|
|
language: "en"
|
|
timeout: "30m"
|
|
retries: 3
|
|
retry_delay: "2s"
|
|
concurrency: 2
|
|
|
|
seriatim:
|
|
binary: "seriatim"
|
|
timeout: "10m"
|
|
output_schema: "seriatim-intermediate"
|
|
coalesce_gap: 3.0
|
|
report: true
|
|
env:
|
|
overlap_word_run_gap: 1.0
|
|
overlap_word_run_reorder_window: 1.0
|
|
backchannel_max_duration: 2.0
|
|
filler_max_duration: 1.25
|
|
|
|
audita:
|
|
timeout: 1h
|
|
|
|
analyzer:
|
|
timeout: 20m
|
|
artifacts:
|
|
output_dir: artifacts
|
|
|
|
notification:
|
|
timeout: 10s
|