Skip to content
Recued
Menu
← Back to recipes

Generate ElevenLabs speech with timestamps

by recued-core v1

Approval-gated ElevenLabs workflow for generating one text-to-speech response as JSON with base64 audio and character alignment timestamps. It reads the selected voice and default settings first, then calls recued-core.elevenlabs.speech.create with explicit text, model, output format, and voice settings. It does not download binary audio, stream output, upload audio, clone voices, train PVC voices, mutate voices or samples, configure agents/tools/MCP/secrets, or call arbitrary ElevenLabs routes.

How it works 10 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (10 steps)
normalized_voice_id trim
Trim whitespace from setting voice id
normalized_text trim
Trim whitespace from setting text
normalized_model_id trim
Trim whitespace from setting model id
normalized_reason trim
Trim whitespace from setting reason
voice ?
default_settings ?
create_speech ?
alignment_characters default
Apply default
alignment_count count
Count items in alignment characters
card to_summary
Format results as a summary card
Settings 14 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

text setting =
speed setting = 1
style setting = 0
reason setting =
model id setting = eleven_multilingual_v2
voice id setting =
stability setting = 0.5
elevenlabs setting =
output format setting = mp3_44100_128
enable logging setting = true
similarity boost setting = 0.75
use speaker boost setting = true
apply text normalization setting = auto
apply language text normalization setting = false

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Elevenlabs connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

elevenlabs elevenlabsvoicetext-to-speechaudiotimestampsapprovalpack:elevenlabs

Details

10 steps 14 configurable settings recipe_id: elevenlabs-text-to-speech-brief