Developer engineering
Engineering writing for developers building on the SpeechifyAI API. Architecture, integration patterns, and the platform's internal workings.
More stories
-
SpeechifyAI API Streaming TTS directly to the browser with Web Audio API
Stream Speechify TTS as raw PCM, keep the API key server-side, and schedule each chunk into the browser's Web Audio API for low-latency playback.
-
SpeechifyAI API Add a better voice to Deepgram's Voice Agent with Speechify
Point Deepgram Voice Agent at the open-source tts-shims OpenAI-compatible proxy to speak with a Speechify voice. The shim answers Deepgram's open_ai TTS request and keeps your Speechify key server-side.
-
SpeechifyAI API Controlling Emotion and Timing in TTS with SSML
Use SSML emotion tags, pauses, prosody, emphasis, and pronunciation aliases to shape Speechify TTS output from one API request.
-
SpeechifyAI API Building an automated audiobook pipeline with the Speechify TTS API
Turn long-form ePub or Markdown into a single narrated chapter MP3 with a runnable Python demo: chunk on sentence boundaries, synthesize each chunk, stitch with ffmpeg.
-
SpeechifyAI API Switch to Speechify from inside speech-sdk
Speechify is now a direct provider in speech-sdk. Switch existing calls over with a factory function and an API key, no new client required.
-
SpeechifyAI API Dynamic video narration using the Speechify Voice Cloning API
Clone a voice from a short sample and use it to narrate dynamic video content programmatically via the REST API.
-
SpeechifyAI API How we think about latency in SpeechifyAI voice agents
Baseten published a case study on the SpeechifyAI voice agent stack. This is our view on why model co-location matters for live calls.
-
SpeechifyAI API Building real-time captions with Speechify TTS speech marks
Use the Speechify API's word-level timestamps to generate accurate WebVTT captions for your synthesized audio.
-
SpeechifyAI API Streaming TTS in Python with Speechify
How to stream audio from the Speechify TTS API in Python using the SDK and native requests. Covers chunked streaming to disk and piping audio to a player without waiting for the full payload.
-
SpeechifyAI API Using TTS in Node.js with Speechify
A practical guide to synthesizing speech in Node.js using the Speechify TTS API. Covers installation, a basic synthesis call, streaming audio to disk, and what to reach for next.
-
SpeechifyAI API Launching the Speechify Cookbook
A small, public repo of runnable Speechify recipes. Pick a folder, drop in your API key, run it. TypeScript and Python today, SDK and native REST side by side.
-
SpeechifyAI API Hello Speechify Developers
Welcome to the new Speechify developer blog. Expect updates from the AI and labs teams, product news, collaborations, and technical guides for the Speechify TTS API.