Rate this page:

AudioProcessingType

Enum that represents audio prcessing types.

Constants

Aggressive

Copy URL

Aggressive noise suppression with browser-based echo cancellation and auto gain control, high CPU usage. It is recommended to use only for very noisy environments. Good for high-end devices and desktop browsers with an external microphone.

Not recommended for mobile browsers and microphones with built-in noise suppression.

NoiseSuppressionAggressive module is required before using this option.

Balanced

Copy URL

Advanced noise suppression with browser-based echo cancellation and auto gain control, moderate CPU usage. Good for mid-range devices and desktop browsers.

Not recommended for mobile devices.

NoiseSuppressionBalanced module is required before using this option.

Basic

Copy URL

Browser-based noise suppression, echo cancellation, and auto gain control, minimal CPU usage. Good for low-end and mobile devices.

Disabled

Copy URL

No audio enhancements.