# \&inputchannels

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

## Aliases

* `&channelcount`
* `&ac`

## Options

Example: `&inputchannels=6`

| Value             | Description                                 |
| ----------------- | ------------------------------------------- |
| `1`               | Audio capture device set to mono; 1 channel |
| `2`               | Audio capture device set to 2 channels      |
| `6`               | Audio capture device set to 6 channels      |
| (integer value X) | Audio capture device set to X channels      |

## Details

`&inputchannels=N` tells the audio capture device explicitly to select N-number of audio channels.

Setting [`&stereo=0`](/advanced-settings/audio-parameters/stereo.md) will set `&inputchannels=1` by default.

If using [`&proaudio`](/advanced-settings/audio-parameters/and-proaudio.md) you want want to disable stereo-audio capture, particularly if you are using an XLR to USB microphone preamp that has two channels, but only one microphone connected.

For example, if a guest joins and you can only hear them in the left or right channel, either add [`&mono`](/advanced-settings/audio-parameters/mono.md) to the view-link or add `&inputchannels=1` to the respective guest invite-link.

### Mono-specific alias

If looking for a memorable parameter to set a guest's audio input to mono (1-channel), [`&monomic`](/advanced-settings/audio-parameters/and-monomic.md) is the same as `&inputchannels=1`. This was added in VDO.Ninja v22.

## Related

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

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

{% content-ref url="/pages/-MZX2aBA5UfmoqedHAu5" %}
[\&stereo](/advanced-settings/audio-parameters/stereo.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-inputchannels.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.
