Skip to content

Added 60dB integration#3

Open
manishEMS47 wants to merge 1 commit into
dexvdev:mainfrom
manishEMS47:main
Open

Added 60dB integration#3
manishEMS47 wants to merge 1 commit into
dexvdev:mainfrom
manishEMS47:main

Conversation

@manishEMS47

Copy link
Copy Markdown

We added 60db as a second, switchable TTS provider alongside ElevenLabs.

  • src/lib/server/tts.ts (new) — provider layer; synthesizeSpeech() routes to ElevenLabs or 60db based on the TTS_PROVIDER env var, both returning the same shape.
  • src/routes/api/tts/+server.ts — slimmed to call the dispatcher.
  • src/lib/audio/tts.ts — added amplitude-envelope lip-sync so 60db (which returns no timing data) still animates the mouth;
    ElevenLabs keeps phoneme-accurate sync.
  • README.md — documented the env vars, how to switch providers, and how each one drives lip-sync.

Switch with TTS_PROVIDER=elevenlabs or TTS_PROVIDER=60db + the matching API key. No UI/STT/streaming added (per your choices).

@github-actions

Copy link
Copy Markdown
Contributor


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


manishEMS47 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant