Generate AI-powered podcast-style audio narratives using Azure OpenAI's GPT Realtime Mini model via WebSocket. Use when building text-to-speech features, audio narrative generation, podcast creation from content, or integrating with Azure OpenAI Realtime API for real audio output. Covers full-stack implementation from React frontend to Python FastAPI backend with WebSocket streaming.
Initial release of podcast-generation skill. - Generate podcast-style audio narratives from text using Azure OpenAI's GPT Realtime Mini via WebSocket. - Full-stack example: React frontend for audio playback, Python FastAPI backend for real-time audio synthesis. - Streams audio and transcript events; outputs base64-encoded WAV audio for immediate playback. - Includes environment, API usage, and PCM-to-WAV conversion instructions. - Supports multiple narrator voice options and provides production workflow references.