TTS fixes, Inworld improvements, footer redesign, episodes 15-25, invoice script fix
- Fix TTS text pipeline: new caps handling (spell out unknown acronyms, lowercase emphasis words), action-word lookahead for parenthetical stripping, abbreviation expansions (US→United States, NM→New Mexico), pronunciation fixes - Inworld TTS: camelCase API fields, speakingRate per-voice overrides, retry logic with exponential backoff (3 attempts) - Footer redesign: SVG icons for social/podcast links across all pages - Stats page: show "Rate us on Spotify" instead of "not public" placeholder - New voices, expanded caller prompts and problem scenarios - Social posting via Postiz, YouTube upload in publish pipeline - Episode transcripts 15-25, terms page, sitemap updates - Fix invoice script: match Timing totals using merged Task+App intervals Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,10 +1,21 @@
|
||||
{
|
||||
"voicemails": [],
|
||||
"voicemails": [
|
||||
{
|
||||
"id": "60c8d47c",
|
||||
"phone": "+17755134750",
|
||||
"timestamp": 1772294240,
|
||||
"duration": 102,
|
||||
"file_path": "/Users/lukemacneil/ai-podcast/data/voicemails/1772427904_17755134750.wav",
|
||||
"listened": true
|
||||
}
|
||||
],
|
||||
"deleted_timestamps": [
|
||||
1771212705,
|
||||
1771146434,
|
||||
1771146564,
|
||||
1771146952,
|
||||
1771244817,
|
||||
1771244823,
|
||||
1771213151
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user