--- id: livekit-plugins-ai-coustics version: "0.3.0" license: SEE LICENSE IN https://livekit.io/legal/terms-of-service license_treatment: unclear maintenance: active --- # livekit-plugins-ai-coustics — LiveKit AI Coustics noise filtering plugin License: unclear · Maintenance: active · Downloads: 201.8K/mo ## What it is and what it does This package is a LiveKit plugin that wraps Ai-coustics audio enhancement for real-time communication. It sits between your LiveKit Agents application and the audio stream, applying noise filtering and quality improvement to incoming or outgoing voice. The plugin integrates directly into LiveKit's RoomIO configuration, letting you specify which enhancement model (QUAIL_L or QUAIL_VF_L) to use without managing the underlying audio pipeline yourself. You use it by importing the plugin, instantiating an audio_enhancement processor with your chosen model, and passing it to RoomIO's noise_cancellation parameter. The plugin then automatically processes audio frames as they flow through your agent. It depends on livekit and livekit-agents, so it's designed for developers building voice agents or real-time communication features on the LiveKit platform. Use it for: - Add noise cancellation to a LiveKit voice agent handling customer support calls in noisy environments. - Improve audio quality for remote meeting participants using a LiveKit Agents-based transcription or recording service. - Deploy a real-time voice enhancement processor for live streaming or podcast recording over WebRTC. - Enhance speaker clarity in a LiveKit-based voice assistant or chatbot application. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. A LiveKit plugin that applies Ai-coustics audio enhancement to real-time audio streams, providing noise filtering and quality improvement for voice communication. Yes, if you are building a LiveKit Agents application and need real-time audio enhancement. The plugin is actively maintained, has no known vulnerabilities, and integrates cleanly into the LiveKit framework. However, confirm the license terms and any associated costs with Ai-coustics before production use, and verify that the latency and model choice (QUAIL_L vs. QUAIL_VF_L) meet your performance requirements. ## Install pip install livekit-plugins-ai-coustics uv add livekit-plugins-ai-coustics poetry add livekit-plugins-ai-coustics ## Installing livekit-plugins-ai-coustics Before you install: Medium install friction due to compiled wheels for multiple platforms (macOS, Linux, Windows). Requires Python >= 3.10 and livekit >= 0.21.4. Active maintenance as of 60 days since last release. License in practice: License treatment is unclear—the package references LiveKit's terms of service rather than a standard SPDX identifier. Review https://livekit.io/legal/terms-of-service before use to confirm commercial or proprietary restrictions. Quickstart: pip install livekit-plugins-ai-coustics from livekit.agents import RoomIO from livekit.plugins import ai_coustics from livekit.plugins.ai_coustics import EnhancerModel room_io = RoomIO( noise_cancellation=ai_coustics.audio_enhancement( model=EnhancerModel.QUAIL_L ) ) Requires Python >= 3.10 and livekit >= 0.21.4; integrates only with LiveKit Agents framework. Verify before relying: - Whether Ai-coustics audio enhancement incurs additional API costs or licensing fees beyond the LiveKit subscription. - Latency characteristics and real-time performance guarantees for the QUAIL_L and QUAIL_VF_L models. - Whether the plugin works with LiveKit's standard client SDKs or only with the Agents framework. ## Package facts - License: SEE LICENSE IN https://livekit.io/legal/terms-of-service (unclear) - Python support: supports_current - Install friction: medium - Maintenance: active - Downloads: 201.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags livekit audio enhancement, real-time noise cancellation, ai-coustics integration, livekit agents audio processing, voice quality improvement plugin, audio-processing, webrtc, real-time-communication [View on SkillFed](https://skillfed.io/packages/livekit-plugins-ai-coustics) · [View on PyPI](https://pypi.org/project/livekit-plugins-ai-coustics/)