Files
sami7777 cea6005bf4 Initial commit: sermon-clean v0.1.0
Find, cut, paste replacements in sermon audio.
- engine.py: SermonClean core (BadSegment, trim, concat, splice verify)
- cli.py: find/cut/paste/pipe subcommands
- elevenlabs.py: optional ElevenLabs rendering hook
- 25 tests passing (timestamp parsing, BadSegment validation, end-to-end trim on real audio)
- pyproject.toml: pip-installable; dep only on ffmpeg/ffprobe system-wide
- README + LICENSE (MIT) + examples/segs.json

Validated against the krystie audio cache (OGG/Opus 48kHz mono).
2026-07-27 02:40:18 -07:00

15 lines
263 B
JSON

[
{
"start": 1298.0,
"end": 1302.0,
"reason": "misspoke",
"replacement_text": "the actual sentence you meant to say"
},
{
"start": 1450.3,
"end": 1453.1,
"reason": "misspoke",
"replacement_text": "the corrected phrase"
}
]