Custom noise suppression in web applications
This article will guide you on how to implement a custom noise cancelation mechanism in your web application. An open-source library rnniose is used here as an example.
Introduction
API Signature
RegisterLocalMicrophoneStreamInterceptor
RegisterLocalMicrophoneStreamInterceptor(interceptor:
VidyoLocalMicrophoneStreamInterceptor
): Promise<boolean>interceptor: VidyoLocalMicrophoneStreamInterceptorPromise<boolean>Usage Example
Prepare rnnoise plugin

Wire the plugin up
Stop the plugin
Last updated