feat: add audios table and ElevenLabs TTS endpoint

- New audios table with voice params, S3 link, alignment JSON
- POST /api/audios/generate calls ElevenLabs with-timestamps, uploads to S3
- GET/PATCH/DELETE /api/audios endpoints
- Requires ELEVENLABS_API_KEY env var

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-01 13:05:34 +02:00
parent 2f0e08e264
commit 75f05f45f2
4 changed files with 197 additions and 0 deletions

View File

@@ -11,3 +11,6 @@ PORT=3000
# Anthropic (für Auto-Pairs-Generierung)
ANTHROPIC_API_KEY=sk-ant-...
# ElevenLabs (für TTS-Generierung)
ELEVENLABS_API_KEY=sk_...