LiveKit Krisp Viva Noise Filter — Internal Wheel
Closed-source Python wheel that wraps the Krisp Viva noise filter SDK and exposes it as a LiveKit FrameProcessor. Consumed by the public livekit-plugins-krisp plugin; not intended for direct end-user installation.
Installation
pip install livekit-plugins-krisp-internal
Or using uv:
uv add livekit-plugins-krisp-internal
Requirements
- Python >= 3.10
- livekit >= 1.0.23, < 2
Usage
The wheel exposes a single class — KrispVivaFilterFrameProcessor — which is a livekit.rtc.FrameProcessor[livekit.rtc.AudioFrame]. Authorization happens via the LiveKit JWT pushed in through the framework's _on_credentials_updated callback; the Krisp license is bundled inside the wheel.
from livekit.plugins.krisp_internal import KrispVivaFilterFrameProcessor
processor = KrispVivaFilterFrameProcessor(
noise_suppression_level=100, # 0..=100, runtime-adjustable via the property
frame_duration_ms=10, # one of 10, 15, 20, 30, 32
sample_rate=16000, # one of 8000, 16000, 24000, 32000, 44100, 48000
)
# noise_suppression_level can be changed on the live instance:
processor.noise_suppression_level = 60
In normal use, you don't construct this class directly — the public livekit-plugins-krisp plugin instantiates it for you when auth_provider=LiveKitCloudAuthProvider() is selected.
Release files for livekit-plugins-krisp-internal 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| livekit_plugins_krisp_internal-0.2.0.tar.gz | 71.0 MB | Details |
Built distributions (wheels)
| File | Reset | |||
|---|---|---|---|---|
| livekit_plugins_krisp_internal-0.2.0-cp310-abi3-win_amd64.whl | CPython 3.10 | abi3 | Windows x86-64 | Details |
| livekit_plugins_krisp_internal-0.2.0-cp310-abi3-manylinux_2_28_x86_64.whl | CPython 3.10 | abi3 | Linux glibc 2.28+ x86-64 | Details |
| livekit_plugins_krisp_internal-0.2.0-cp310-abi3-manylinux_2_28_aarch64.whl | CPython 3.10 | abi3 | Linux glibc 2.28+ ARM64 | Details |
| livekit_plugins_krisp_internal-0.2.0-cp310-abi3-macosx_11_0_arm64.whl | CPython 3.10 | abi3 | macOS 11.0+ ARM64 | Details |
| livekit_plugins_krisp_internal-0.2.0-cp310-abi3-macosx_10_9_x86_64.whl | CPython 3.10 | abi3 | macOS 10.9+ x86-64 | Details |
Total release size: 382.2 MB
Release files / livekit_plugins_krisp_internal-0.2.0.tar.gz
| Download URL | livekit_plugins_krisp_internal-0.2.0.tar.gz |
|---|---|
| Size | 71.0 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3cbc22b55c74bb1f04518c066c559749fe4940eedbc6927fee7c16992414c96e
|
|
BLAKE2b-256 checksum How to use checksums |
680600f16159f24c7c87a17b2a295a4b5e460d82ead087eb838fc5bce11c0e1e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 22, 2026.
Transparency logRelease files / livekit_plugins_krisp_internal-0.2.0-cp310-abi3-win_amd64.whl
| Download URL | livekit_plugins_krisp_internal-0.2.0-cp310-abi3-win_amd64.whl |
|---|---|
| Size | 58.5 MB |
| Tags | CPython 3.10 Windows x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
7c75b439a86c78711d0147fd4c47814c876f0b02358f42f17c045a048154427d
|
|
BLAKE2b-256 checksum How to use checksums |
7b1504db5d46103e372ab72a23caae1236faee46d7a72cd68d37668459758707
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 22, 2026.
Transparency logRelease files / livekit_plugins_krisp_internal-0.2.0-cp310-abi3-manylinux_2_28_x86_64.whl
| Download URL | livekit_plugins_krisp_internal-0.2.0-cp310-abi3-manylinux_2_28_x86_64.whl |
|---|---|
| Size | 71.1 MB |
| Tags | CPython 3.10 Linux glibc 2.28+ x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
baa80ed742c370b24e2c4fd55018adb1cc09c7e0d37455a801c685b090d35729
|
|
BLAKE2b-256 checksum How to use checksums |
bd49f97ce56bd234338511956f3b5f0e19accad7db3b3db7e059619eb5b5c9f8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 22, 2026.
Transparency logRelease files / livekit_plugins_krisp_internal-0.2.0-cp310-abi3-manylinux_2_28_aarch64.whl
| Download URL | livekit_plugins_krisp_internal-0.2.0-cp310-abi3-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 64.8 MB |
| Tags | CPython 3.10 Linux glibc 2.28+ ARM64 abi3 |
|
SHA-256 checksum How to use checksums |
ea29e6a3901af3c62e09e90d116d660c8b1bacff895001fc8fa7bef47ad152d6
|
|
BLAKE2b-256 checksum How to use checksums |
c69863269a0a65788e49f81b7dd742f39b8aaf3990e51f9d59f2e2c199e8321b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 22, 2026.
Transparency logRelease files / livekit_plugins_krisp_internal-0.2.0-cp310-abi3-macosx_11_0_arm64.whl
| Download URL | livekit_plugins_krisp_internal-0.2.0-cp310-abi3-macosx_11_0_arm64.whl |
|---|---|
| Size | 58.0 MB |
| Tags | CPython 3.10 abi3 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
d79d24269fcbd06ecdff0b69a2bb041db1d931057079f1588a99aeec23838cfb
|
|
BLAKE2b-256 checksum How to use checksums |
5d5dbfa911c125903bd4d16612b17359e6c64c7afe670e7098022f9526f85435
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 22, 2026.
Transparency logRelease files / livekit_plugins_krisp_internal-0.2.0-cp310-abi3-macosx_10_9_x86_64.whl
| Download URL | livekit_plugins_krisp_internal-0.2.0-cp310-abi3-macosx_10_9_x86_64.whl |
|---|---|
| Size | 58.9 MB |
| Tags | CPython 3.10 abi3 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
99692e2a65f870cdb0d4d0762056fbbb8d4f4be13646e97d3e74a0788b6b8a66
|
|
BLAKE2b-256 checksum How to use checksums |
6a0d202d3521abf4efbf09a5aec05803027f651bb65481b3c2c5ace5c531428d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 22, 2026.
Transparency log