Skip to content

Added 60dB integration#1

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

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

Conversation

@manishEMS47

Copy link
Copy Markdown

What we added

60dB TTS as a new provider in the claude-tts plugin — wired in exactly like ElevenLabs:

  • tts_60db() function in tts-worker.sh (calls POST https://api.60db.ai/tts-synthesize, Bearer auth, decodes base64 MP3)
  • Setup support + live test in tts-setup.sh
  • README docs (provider tables, examples, config block)
  • Automatic local-TTS fallback if 60dB fails

How to use it

/claude-tts:tts-setup 60db

That's it — every Claude response is now spoken via 60dB. Optionally add a voice_id (UUID from GET https://api.60db.ai/myvoices)
to your config (~/.claude/claude-tts.local.md) for a specific/cloned voice; leave it empty for the default.

Controls: /claude-tts:tts-stop, /claude-tts:tts-off, /claude-tts:tts-on, /claude-tts:tts-status.

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