Jump to Content
KrispAI
HomeDocumentationChangelog
Log InKrispAI
Documentation
Log In
HomeDocumentationChangelog
All
Pages
Start typing to search…

Overview

  • Getting Started
  • Speech Quality
  • Licensing
  • Security

VIVA SDK

  • Getting Started
  • Platforms
  • Voice Isolation
  • Turn-Taking
  • Integrations
  • Known Issues

RTC SDK

  • Getting Started
  • Platforms
  • Accent Conversion
    • Accent Conversion Device SDK
    • Accent Conversion Server SDK
    • Accent Conversion Browser SDK
  • Background Voice Cancellation & Noise Cancellation
    • Model Selection Guide - BVC & NC
    • Web Browser SDK
      • Getting Started with Browser SDK
      • Integration
      • Debugging
      • Noice Canceling Level Control
      • VAD
      • Examples
    • Desktop SDK
    • Mobile SDK
      • Twilio Video: IOS
      • WebRTC: Android
      • WebRTC: iOS
    • Integrations with Apps
      • Twilio Voice
      • React
      • Jitsi
      • SIP.js
      • Amazon Connect
      • Electron
  • Web Browser SDK
    • Getting Started
      • Background Voice Cancellation Integration
      • Voice Activity Detection (VAD)
      • NoiseDB
      • Session, Per-Frame Stats
    • JS SDK API Reference
      • KrispSDK
      • KrispSDK.isSupported()
      • init (KrispSDK)
      • on (KrispSDK)
      • dispose (KrispSDK)
      • createNoiseFilter (KrispSDK)
      • createAccentReductionFilter (KrispSDK)
      • Filter Control (AudioFilterNode)
      • Status & Information (AudioFilterNode)
      • Voice Activity Detection (AudioFilterNode)
      • Cleanup & Disposal
      • Events (AudioFilterNode)
Powered by 

dispose (KrispSDK)

Disposes the SDK and cleans up resources.

Returns: void

Example:

sdk.dispose();

Updated about 20 hours ago


on (KrispSDK)
createNoiseFilter (KrispSDK)