# \&voiceisolation

Sender-Side Option! ([`&push`](/advanced-settings/setup-parameters/push.md))

## Aliases

* `&isolation`
* `&vi`

## Options

Examples:

* `&voiceisolation` (enable)
* `&voiceisolation=true`
* `&voiceisolation=0` or `&voiceisolation=off` (disable)

## Details

* Capture constraint: requests `getUserMedia({ audio: { voiceIsolation: true } })`.
* Scope: microphone capture only. It is not applied to `getDisplayMedia()` screen-share / tab / system-audio capture paths.
* Goal: reduce background noise and prioritize speech at the OS/browser level.
* Support varies; commonly available on iOS/macOS Safari. Unsupported browsers will ignore the flag.
* Interactions: can be used alongside echo cancellation, auto-gain, and noise suppression. Actual behavior may differ by platform.
* Performance: on slower or already CPU-bound guests, `&voiceisolation` can increase processing load and contribute to lag.
* Workarounds: if guests start falling behind, try [`&noap`](/advanced-settings/audio-parameters/noaudioprocessing.md) to disable the extra Web Audio processing pipeline, or use [`&denoise`](/advanced-settings/audio-parameters/and-denoise.md) instead when you want a lighter noise-reduction option.

## Related

{% content-ref url="/pages/-MZXM6dWB7twWeP1l2Va" %}
[\&echocancellation](/advanced-settings/audio-parameters/aec.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MZXOdpBtFnhgcwPvIQW" %}
[\&denoise](/advanced-settings/audio-parameters/and-denoise.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MZXNCFzsF9HHQHFmJWg" %}
[\&autogain](/advanced-settings/audio-parameters/autogain.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vdo.ninja/advanced-settings/audio-parameters/and-voiceisolation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
