Commit Graph

5 Commits

Author SHA1 Message Date
Adolfo Reyna 354cacd417 feat: ksay — Kokoro 82M local TTS replaces say (4x RTF, offline, 9 voices)
- engine_kokoro_tts.py: tts(text, voice, outfile) 0.5s gen 4-5x RTF M2
- ksay: drop-in say replacement, usage: ksay [-v voice] [-o file] "text"
- install-ksay.sh: one-shot setup for macmini (pip + model 310MB + warm)
- voices: af_bella (default), af_heart, am_adam, bf_emma etc
- model ready after: ./install-ksay.sh (pre-downloads hexgrad/Kokoro-82M)
- macmini: git pull gitea main && bash install-ksay.sh && ./ksay "hello"
2026-07-14 13:37:58 -04:00
Adolfo Reyna 50f58dbc22 feat: implement accumulative LLM paragraph engine and harden 4-process pipeline 2026-03-15 22:05:05 -04:00
Adolfo Reyna 5f2738c49c feat: add speaker diarization and LLM paragraph structuring 2026-03-15 19:25:39 -04:00
Adolfo Reyna c519907846 fix: add missing sentencepiece dependency for translation models 2026-02-28 19:09:14 -05:00
Adolfo Reyna 3c874c113c feat: add command-line arguments for lang selection, ingest toggle, and device management; add README and requirements 2026-02-28 18:55:37 -05:00