skillfed

livekit-plugins-ai-coustics

LiveKit AI Coustics noise filtering plugin

livekit-plugins-ai-coustics v0.3.0 201.8K downloads/30d#9,662 on PyPI
License unclear SEE LICENSE IN https://livekit.io/legal/terms-of-service Active released

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 on this page — 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

livekit-plugins-ai-coustics on PyPI

pip

pip install livekit-plugins-ai-coustics

uv

uv add livekit-plugins-ai-coustics

poetry

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 the current Python release (>=3.10)
Install friction medium — platform-specific wheel
Runtime dependencies 2 — livekit, livekit-agents
Maintenance actively maintained — 60 days since the last release
First released
Downloads 201,807/month — #9,662 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: livekit_plugins_ai_coustics-0.3.0-cp310-abi3-macosx_10_9_x86_64.whl; livekit_plugins_ai_coustics-0.3.0-cp310-abi3-macosx_11_0_arm64.whl; livekit_plugins_ai_coustics-0.3.0-cp310-abi3-manylinux_2_28_aarch64.whl; livekit_plugins_ai_coustics-0.3.0-cp310-abi3-manylinux_2_28_x86_64.whl; livekit_plugins_ai_coustics-0.3.0-cp310-abi3-win_amd64.whl

Keywords: webrtc, realtime, audio, livekit, ai-coustics

Tags

livekit audio enhancementreal-time noise cancellationai-coustics integrationlivekit agents audio processingvoice quality improvement plugin
audio-processingwebrtcreal-time-communication

More Internet packages

Further reading