Merge pull request #710 from pipecat-ai/mb/update-readme-krisp

Update Krisp README instructions
This commit is contained in:
Mark Backman
2024-11-12 11:15:25 -05:00
committed by GitHub

View File

@@ -129,21 +129,15 @@ Pipecat makes use of WebRTC VAD by default when using a WebRTC transport layer.
pip install pipecat-ai[silero] pip install pipecat-ai[silero]
``` ```
## Running the Krisp Audio Filter ## Krisp Audio Filter
To use the Krisp Filter in this project, youll need access to the **Krisp C++ SDK**. This project includes support for Krisp's noise cancellation SDK. To get started, you'll need a Krisp developer account and SDK access.
### Step 1: Obtain Access to the Krisp SDK For complete setup and usage instructions, see our [Krisp Integration Guide](https://docs.pipecat.ai/guides/krisp).
1. **Create a Krisp Account**: If you dont already have an account, [sign up at Krisp](https://krisp.ai/) to access the SDK.
2. **Download the SDK**: Once you have an account, follow the instructions on the Krisp platform to download the [Krisp's desktop SDKs](https://sdk.krisp.ai/sdk/desktop).
3. **Export the path to you krisp SDK**:
`export KRISP_SDK_PATH=/PATH/TO/KRISP/SDK`
### Step 2: Install the `pipecat-krisp` Module Quick install (after SDK setup):
Once the environment variable `KRISP_SDK_PATH` is exported, activate your Python virtual environment and install it with `pip`:
```shell ```bash
source venv/bin/activate
pip install pipecat-ai[krisp] pip install pipecat-ai[krisp]
``` ```