azure-audio

Generate text-to-speech audio via the Azure OpenAI Realtime API.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Umbral-Bot/umbral-agent-stack --skill azure-audio
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: azure-audio
Source: https://github.com/Umbral-Bot/umbral-agent-stack/tree/main/openclaw/workspace-templates/skills/azure-audio
Command: npx skills add https://github.com/Umbral-Bot/umbral-agent-stack --skill azure-audio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to convert written text into spoken audio using Azure's advanced text-to-speech capabilities, making your content more accessible and engaging.

Core Features & Use Cases

  • Text-to-Speech Generation: Convert any text into natural-sounding speech.
  • Customizable Voices: Choose from a variety of voices to match your desired tone and style.
  • Use Case: Generate an audio version of a blog post for visually impaired users or create voiceovers for presentations.

Quick Start

Generate an audio file in Spanish with a professional tone from the text "Hello, I am Rick and I am ready to work."

Frequently Asked Questions about azure-audio

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate speech from text using Azure OpenAI Realtime API?▼

Text-to-speech generation converts written text into spoken audio using the Azure OpenAI Realtime API with the gpt-realtime deployment. It enables audio file generation and base64 encoded audio responses from your input text.

Can I customize the voice for speech synthesis with Azure?▼

Azure speech synthesis supports customizable voices, allowing you to choose from a variety of options to match your desired tone and style for nuanced speech output.

Does Azure text-to-speech support generating audio in multiple languages?▼

Azure text-to-speech supports multiple languages, enabling you to generate audio files in specific languages like Spanish with a professional tone from your provided text.

What is the best way to convert a blog post into an audio voiceover?▼

Converting a blog post into an audio voiceover is best achieved through text-to-speech generation, which creates natural-sounding speech to make content more accessible and engaging.

Are base64 encoded audio responses supported by Azure speech synthesis?▼

Base64 encoded audio responses are supported by Azure speech synthesis, alongside standard audio file generation, providing flexible output formats for your text-to-speech applications.