OpenClaw Agent Voice Call Demo with Streaming TTS and Barge-in

A developer has demonstrated their OpenClaw agent making actual phone calls through Telegram. The agent initiates voice calls and engages in full conversations when prompted with the command "call me now."
Technical Implementation Details
The demo showcases two specific technical features:
- Streaming Text-to-Speech (TTS): The agent responds sentence-by-sentence instead of waiting for the complete reply to be generated. This reduces latency and creates more natural conversational flow.
- Barge-in Support: Users can interrupt the agent mid-sentence, similar to real human phone conversations. This allows for more dynamic interaction without waiting for the agent to finish speaking.
The implementation uses Telegram as the interface platform, where the command "call me now" triggers the agent to initiate a phone call. Once connected, the conversation proceeds with the streaming TTS and barge-in capabilities enabled.
This type of voice interface represents a shift from traditional chatbot interactions toward more natural, real-time communication. Streaming TTS is particularly valuable for voice applications where response latency can disrupt conversational flow. Barge-in functionality, while common in enterprise IVR systems, is less frequently implemented in AI agent contexts but significantly improves user experience by allowing natural interruptions.
📖 Read the full source: r/openclaw
👀 See Also

Non-technical freelancer uses MaxClaw and MiniMax Agent to expand services
A social media strategist with no coding ability uses MiniMax Agent to build landing pages and MaxClaw to handle client briefs and content research, increasing project rates from $1,500 to $3,200.

Pi Coding Agent + Qwen 3.6 27B: Hands-Free Arch Linux Setup via Natural Language
A user running Qwen 3.6 27B through pi coding agent on a miniPC was able to configure Bluetooth, screen scaling, and more on Arch Linux using plain English commands — without touching Wayland configs.

Local Multi-Agent AI Setup on WSL Using OpenClaw and Ollama
A developer shares their architecture for running a multi-agent AI system on WSL Ubuntu 24.04 using OpenClaw as a gateway, with four specialized agents including one running locally on Ollama for zero API costs.

Running OpenClaw on a 2013 MacBook Pro with macOS Sonoma via OpenCore Legacy Patcher
A developer successfully installed and ran OpenClaw on a 2013 MacBook Pro 15" with 16GB RAM by using OpenCore Legacy Patcher to install macOS Sonoma (v14), meeting the Node.js 22/24 requirements.