diff --git a/README.md b/README.md index 7117597..9e4dc51 100644 --- a/README.md +++ b/README.md @@ -154,8 +154,24 @@ The visual style is fully customisable: expand **Advanced — Customize System P | Provider | Capability | |---|---| | **ElevenLabs** | Scene-by-scene narration voiceover + SFX generation | +| **60db** | Cloud TTS peer of ElevenLabs (this fork — `/api/sixtydb/voices` + `/tts` + `/tts/scene`; no SFX surface) | | **Local TTS** | Bring your own (QWEN TTS, Kokoro, etc.) — zero cost | +#### 60db provider (alongside ElevenLabs) + +This fork adds `backend/routes/sixtydb.js` as a parallel route module. It mirrors the ElevenLabs route shape so the frontend can swap providers per request by changing endpoint URLs only: + +| ElevenLabs | 60db equivalent | +|---|---| +| `GET /api/elevenlabs/voices` | `GET /api/sixtydb/voices` | +| `POST /api/elevenlabs/tts` | `POST /api/sixtydb/tts` | +| `POST /api/elevenlabs/tts/scene` | `POST /api/sixtydb/tts/scene` | +| `POST /api/elevenlabs/sfx` | _no equivalent — 60db has no SFX endpoint_ | + +Both providers return `data:audio/mp3;base64,…` URLs so `AudioGeneration.jsx`'s `