Commit graph

9 commits

Author SHA1 Message Date
timehexon
e511d4d105 whisper_refs: fill foxhop ref_text from actual recording 2026-05-25 06:23:18 -04:00
9f15d01569
Add voice 42: foxhop (self-recorded)
Slot 41 intentionally empty (Hitchhiker tribute). Voice is self-recorded by
speaker, AGPL-cleared, registered in voice_registry.json under new
`self-recorded` corpus. ref_text is a placeholder pending `make whisper-refs`
on a GPU host.

  cloned-voices/foxhop.wav            313K  mono 16kHz s16 PCM, ~10s, -3dBFS peak
  voice_registry.json                 +foxhop entry, +self-recorded corpus
  voice_to_speaker.default.yaml       +foxhop block in tts-1-qwen and tts-1-f5
  cloned-voices/voices_metadata.json  +foxhop entry
2026-05-25 06:21:31 -04:00
c5247cd993
whisper_refs: normalize transcripts (sentence-case, strip quote artifacts)
normalize_text() handles three Whisper quirks that produced messy F5
ref_texts:

  1. Lowercase output with no terminal period — capitalize first letter,
     append "." if missing.
  2. Hallucinated "' clusters Whisper inserts when it interprets a
     fragment as quoted dialogue (cora, ivan, atlas, hope had these).
     Strip everywhere; never legitimate English punctuation.
  3. Trailing apostrophe-then-period (.'.) from earlier rounds where a
     closing-quoted line got an extra "." appended — collapse to single
     terminal. Function is now idempotent.

Adds --from-cache flag: skip ASR, re-apply normalize from cached
whisper_refs.json. No GPU needed, useful after tuning the normalizer.
Lazy-imports torch so --from-cache works on any host.

Affects 9 of 40 voices: clara, grace, hazel, iris, felix, hugo
(lowercase fix); cora, ivan, atlas, hope (quote-cluster fix).
2026-05-24 16:02:18 -04:00
4ac192585d F5-TTS: replace LibriSpeech ground-truth labels with real Whisper transcripts
Previous ref_texts were LibriSpeech dataset labels (ALL CAPS, no
punctuation). F5-TTS conditions on ref_text to align reference audio
prosody — commas, periods, casing matter. Now using whisper-large-v3
transcripts of the actual cloned-voices/*.wav files.

Generated via: make whisper-refs (on a GPU host).

Affects all 40 voices in both tts-1-f5 and tts-1-qwen engine blocks.
Sidecar cloned-voices/whisper_refs.json kept for traceability.
2026-05-24 14:47:25 -04:00
fox
f58da54fa3 Expand to all 40 test-clean voices with idempotent registry 2026-01-27 15:30:42 -05:00
fox
af5c81928d Regenerate voices with upstream-verified genders from SPEAKERS.TXT 2026-01-27 13:22:26 -05:00
c56b8cb24e Simplify Makefile to run locally, remove all remote SSH/rsync
Remove REMOTE_HOST, REMOTE_USER, REMOTE_PATH, vars.sh loading.
All docker commands use sudo locally. Tests hit localhost:8000.
Delete old non-gendered voice WAV files (alloy, echo, fable, etc).
2026-01-27 12:51:08 -05:00
ebfa0319d1 Replace voices with 21 distinct gendered speakers from LibriSpeech
11 female (aria, clara, elena, grace, hazel, iris, luna, maya, ruby, sage, sofia)
10 male (atlas, caleb, felix, hugo, jasper, kai, leo, marcus, owen, theo)
Each voice is a unique LibriSpeech test-clean speaker for voice cloning diversity.
2026-01-27 12:41:37 -05:00
5e5e7936f1 Add 20 cloned voice samples for Qwen3-TTS
LJ Speech samples (public domain) for voice cloning:
- Standard: alloy, echo, fable, onyx, nova, shimmer
- Extended: amber, breeze, coral, dawn, ember, frost,
            glow, haze, ivy, jade, kite, lark, mist, nectar
2026-01-26 17:44:03 -05:00