4 posts tagged with "Text-to-Speech"
Neural text-to-speech — speech synthesis, voice cloning, diffusion-based audio, and modern TTS architectures.
View All TagsTrigger.dev Deep Dive: Background Jobs, Queue Fan-Out, MCP, and Agent Skills
Trigger.dev is a serverless background job platform that lets you run long-running tasks with no timeouts, automatic retries, queue-based concurrency control, and full observability. Unlike traditional job queues (BullMQ, Celery, Sidekiq), Trigger.dev manages the infrastructure — you write TypeScript tasks and deploy them like functions.
This article covers the platform end-to-end: architecture, task authoring, the queue fan-out pattern, MCP server integration for AI assistants, agent skills/rules, and a production case study of a TTS audio pipeline.
Streaming OpenAI TTS to Cloudflare R2
This article documents a production implementation of OpenAI's Text-to-Speech (TTS) API with automatic chunking for long-form content and seamless upload to Cloudflare R2 storage.
