Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Added 60dB integration#27

Open
manishEMS47 wants to merge 1 commit into
dzaczek:main from
manishEMS47:main
Open

Added 60dB integration #27
manishEMS47 wants to merge 1 commit into
dzaczek:main from
manishEMS47:main

Conversation

@manishEMS47

@manishEMS47 manishEMS47 commented Jun 18, 2026

Copy link
Copy Markdown

What we added
Integrated 60db.ai as a TTS provider alongside ElevenLabs. TTS_PROVIDER env var picks the primary; the chain falls through
automatically. 60db gets the same treatment as ElevenLabs: disk cache, 10-min circuit breaker, and usage/cost tracking (shown in
/status and /stats). Off by default, so existing behavior is unchanged.

  • app/tts.py — _sixtydb() (calls /tts-synthesize, decodes base64→MP3) + provider-chain orchestrator
  • app/main.py — 60db cost + usage in /status and /stats
  • .env.example + README.md — documented

How to use it

In .env:
SIXTYDB_API_KEY=sk_live_your_key
TTS_PROVIDER=sixtydb # or 'elevenlabs' (default) / 'openai'
Then docker compose up -d. Send /status on Signal to confirm TTS provider: sixtydb + 60db: ✅ active.

Chain: sixtydb → 60db → ElevenLabs → OpenAI → Polly (each falls back if a provider fails).

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /