Harden initial framework skeleton
This commit is contained in:
2
examples/audio/sample-speaker.flac
Normal file
2
examples/audio/sample-speaker.flac
Normal file
@@ -0,0 +1,2 @@
|
||||
placeholder-flac-bytes
|
||||
|
||||
2
examples/autocorrect.yml
Normal file
2
examples/autocorrect.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
[]
|
||||
|
||||
2
examples/glossary.yml
Normal file
2
examples/glossary.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
[]
|
||||
|
||||
23
examples/pipeline.minimal.yml
Normal file
23
examples/pipeline.minimal.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
workspace:
|
||||
root: ./tmp/narratio-workspace
|
||||
|
||||
storage:
|
||||
backend: local
|
||||
|
||||
whisperx:
|
||||
timeout: 15m
|
||||
|
||||
seriatim:
|
||||
timeout: 30s
|
||||
|
||||
audita:
|
||||
timeout: 1h
|
||||
|
||||
analyzer:
|
||||
timeout: 20m
|
||||
artifacts:
|
||||
output_dir: artifacts
|
||||
|
||||
notification:
|
||||
timeout: 10s
|
||||
|
||||
10
examples/session.minimal.yml
Normal file
10
examples/session.minimal.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
session_id: 2026-05-03
|
||||
campaign: sample-campaign
|
||||
date: 2026-05-03
|
||||
title: Sample Session
|
||||
inputs:
|
||||
audio_dir: ./audio
|
||||
speakers_file: ./speakers.yml
|
||||
autocorrect_file: ./autocorrect.yml
|
||||
glossary_file: ./glossary.yml
|
||||
|
||||
2
examples/speakers.yml
Normal file
2
examples/speakers.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
sample-speaker: sample-speaker.flac
|
||||
|
||||
Reference in New Issue
Block a user