Metadata-Version: 2.4
Name: videosdk-plugins-rnnoise
Version: 1.0.7
Summary: VideoSDK Agent Framework plugin for RNNoise.
Author: videosdk
License-Expression: Apache-2.0
Keywords: ai,audio,lmnt,rime,tts,video,videosdk
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications :: Conferencing
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Requires-Dist: numpy>=1.27
Requires-Dist: resampy
Requires-Dist: videosdk-agents>=1.0.7
Description-Content-Type: text/markdown

# VideoSDK RNNoise Plugin

Agent Framework plugin for de-noising with RNNoise.

## Installation

```bash
pip install videosdk-plugins-rnnoise
```

## Building RNNoise for your OS

To avoid OS security issues with prebuilt libraries, build RNNoise locally:
1. Ensure you have git and build tools (autoconf/make on Mac/Linux, Visual Studio with nmake on Windows).
2. Run `python build_rnnoise.py` in the project root.
3. This clones RNNoise, builds the library for your OS, and places it in videosdk/plugins/rnnoise/files/.