fix(pitch-deck): presenter script matches new slide order, extended TTS pronunciation
Some checks failed
Build pitch-deck / build-push-deploy (push) Successful in 1m10s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 30s
CI / test-python-voice (push) Successful in 35s
CI / test-bqas (push) Has been cancelled
Some checks failed
Build pitch-deck / build-push-deploy (push) Successful in 1m10s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 30s
CI / test-python-voice (push) Successful in 35s
CI / test-bqas (push) Has been cancelled
- Removed deleted slides: financials, cap-table, annex-gtm - Reordered annexes: strategy→finanzplan→assumptions→regulatory→architecture→... - Added glossary back (was accidentally removed) - TTS: 25+ English word pronunciations for German voice - Fixed "Unsere Kunden" + grammar Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -35,12 +35,29 @@ export async function POST(request: NextRequest) {
|
||||
ttsText = ttsText
|
||||
.replace(/BreakPilot/g, 'Bräikpailot')
|
||||
.replace(/Breakpilot/g, 'Bräikpailot')
|
||||
.replace(/COMPLAI/g, 'Complei')
|
||||
.replace(/Executive Summary/g, 'Exekjutiv Sammäri')
|
||||
.replace(/Onepager/g, 'Wann-Päidscher')
|
||||
.replace(/Land & Expand/g, 'Länd änd Expänd')
|
||||
.replace(/Compliance Optimizer/g, 'Compliance Optimeiser')
|
||||
.replace(/Deep Dive/g, 'Diep Deiv')
|
||||
.replace(/Use Case/g, 'Juhs Käis')
|
||||
.replace(/Re-Ranking/g, 'Rie-Ränking')
|
||||
.replace(/Reranking/g, 'Rie-Ränking')
|
||||
.replace(/Cross-Encoder/g, 'Kross-Enkoder')
|
||||
.replace(/Embeddings/g, 'Embäddings')
|
||||
.replace(/Channel/g, 'Tschännel')
|
||||
.replace(/Break-Even/g, 'Bräik-Ihwen')
|
||||
.replace(/Pipeline/g, 'Peiplein')
|
||||
.replace(/Upside/g, 'Appseid')
|
||||
.replace(/Cloud/g, 'Klaud')
|
||||
.replace(/Marketplace/g, 'Marketpläis')
|
||||
.replace(/Enterprise/g, 'Enterpreis')
|
||||
.replace(/Startup/g, 'Startapp')
|
||||
.replace(/Deploy/g, 'Diploi')
|
||||
.replace(/Scaling/g, 'Skähling')
|
||||
.replace(/Stack/g, 'Stäck')
|
||||
.replace(/Tech-Stack/g, 'Teck-Stäck')
|
||||
}
|
||||
|
||||
return await synthesizeViaComplianceService(ttsText, language)
|
||||
|
||||
Reference in New Issue
Block a user