Home / Companies / Daily / Blog / July 2025

July 2025 Summaries

2 posts from Daily

Filter
Month: Year:
Post Summaries Back to Blog
WebRTC offers two primary methods for setting up voice agent connections in the cloud: traditional server-based routing and a newer serverless approach. The serverless method, exemplified by the Pipecat SmallWebRTCTransport built on the Python aiortc library, is recommended for those deploying their own infrastructure due to its reduced complexity and the ability to integrate directly into client and agent SDKs. While serverless WebRTC is optimal for one-on-one connections with lower latency and higher reliability, server-based WebRTC is necessary for scenarios with multiple participants or video requirements due to its sophisticated network adaptations and global reach. Commercial WebRTC clouds, like Daily, provide robust infrastructure for large-scale deployments, offering features such as mesh routing and auto-scaling to enhance reliability and latency. Pipecat, a vendor-neutral toolkit, supports both serverless and cloud WebRTC, allowing flexibility depending on specific use cases, with Pipecat Cloud bundling Daily's WebRTC without additional costs for comprehensive voice agent solutions.
Jul 21, 2025 1,886 words in the original blog post.
Smart Turn v2 is an updated version of the open-source voice activity detection (VAD) model that enhances conversation dynamics by accurately detecting when a speaker has finished talking using both semantic and vocal cues. This version supports 14 languages, is over six times smaller in size than its predecessor, and offers three times faster inference speeds. It utilizes native audio input, focusing on intonation and pace rather than just transcription, and is trained with a blend of human and synthetic data. Hosted by the Pipecat framework, the model is available for local and cloud-based inference, achieving around 99% accuracy on human-provided datasets and boasting high performance on various hardware setups. The update seeks to improve user interaction with AI agents by preventing interruptions during conversations, with a focus on natural language processing that includes recognition of filler words often overlooked by transcription models. The model's development involved extensive experimentation with different architectures and training on multilingual datasets, with ongoing efforts to refine the dataset quality to further improve accuracy.
Jul 18, 2025 1,971 words in the original blog post.