
Deepgram Js Text To Speech
- 30 installs
- 269 repo stars
- Updated August 4, 2026
- deepgram/deepgram-js-sdk
Add Deepgram text-to-speech voice output to a TypeScript/JavaScript app for spoken responses or IVR.
About
A TypeScript/JavaScript skill for generating spoken audio from text using Deepgram's text-to-speech (Aura) API. It shows how to send text and receive synthesized audio in a TypeScript/JavaScript app. A solo builder uses it when adding voice output, IVR prompts, or spoken responses to a product.
- Deepgram text-to-speech in TypeScript/JavaScript
- Synthesize natural voice from text
- Streaming audio output
Deepgram Js Text To Speech by the numbers
- 30 all-time installs (skills.sh)
- Ranked #3,375 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/deepgram/deepgram-js-sdk --skill deepgram-js-text-to-speechAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 30 |
|---|---|
| repo stars | ★ 269 |
| Last updated | August 4, 2026 |
| Repository | deepgram/deepgram-js-sdk ↗ |
What it does
Add Deepgram text-to-speech voice output to a TypeScript/JavaScript app for spoken responses or IVR.
Who is it for?
TypeScript/JavaScript apps that need spoken voice output
Skip if: Speech-to-text (use the speech-to-text skill),Non-Deepgram TTS providers
When should I use this skill?
When you need to turn text into spoken audio in a TypeScript/JavaScript project using Deepgram.
What you get
A working Deepgram TTS flow producing audio from text.
- Working Deepgram integration code