From 13f07d8974611d72efbdcafaae737b347ea14509 Mon Sep 17 00:00:00 2001 From: Sabiha Khan Date: Wed, 25 Mar 2026 19:07:11 +0530 Subject: [PATCH] docs: pre-recorded audio --- docs/docs.json | 6 +++++- .../{custom-recordings.mdx => pre-recorded-audio.mdx} | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) rename docs/voice-agent/{custom-recordings.mdx => pre-recorded-audio.mdx} (99%) diff --git a/docs/docs.json b/docs/docs.json index 9b55211..641491f 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -54,7 +54,7 @@ "pages": [ "voice-agent/introduction", "voice-agent/editing-a-workflow", - "voice-agent/custom-recordings", + "voice-agent/pre-recorded-audio", "voice-agent/template-variables", { "group": "Tools", @@ -232,6 +232,10 @@ "href": "https://app.dograh.com" } }, + "banner": { + "content": "🎉 **New: Pre-recorded Audio** — lower latency, reduced TTS costs, and natural-sounding conversations using your own voice recordings. [Learn more →](/voice-agent/pre-recorded-audio)", + "dismissible": true + }, "search": { "prompt": "Search for Tools, Webhook, Deployment, etc..." }, diff --git a/docs/voice-agent/custom-recordings.mdx b/docs/voice-agent/pre-recorded-audio.mdx similarity index 99% rename from docs/voice-agent/custom-recordings.mdx rename to docs/voice-agent/pre-recorded-audio.mdx index 6b3205a..5915f01 100644 --- a/docs/voice-agent/custom-recordings.mdx +++ b/docs/voice-agent/pre-recorded-audio.mdx @@ -1,5 +1,5 @@ --- -title: "Custom Recordings" +title: "Pre-recorded Audio" description: "Build hybrid voice agents that combine pre-recorded audio with dynamic text generation for lower latency, reduced TTS costs, and natural-sounding conversations." ---