# Camera Audio

Most Verkada cameras come equipped with an onboard microphone, which is disabled by default. If you have admin permissions, you can enable audio. When enabled, audio is available for live streaming and historical footage.

{% hint style="danger" %}

* Audio **is not** available on the following camera models: D50/D80/CD22/CH52-E/CM22/CM41-S/Bullet series.
* Audio **is** supported on the CM42-S if an external microphone is attached.
  {% endhint %}

***

## Enable audio

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Cameras.**
{% endstep %}

{% step %}
**Select a camera.**
{% endstep %}

{% step %}
**In the bottom right, click Settings.**
{% endstep %}

{% step %}
**Under Device, toggle on Camera Audio.**&#x20;

{% hint style="warning" %}
Enabling audio causes the camera to reboot.
{% endhint %}
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Audio is **recorded from the time it’s activated onward**.
{% endhint %}

After enabling audio, you may need to refresh your page to see the **unmute** icon appear. You may need to wait 10-15 minutes for new historical footage to contain audio.

***

## Listen to audio

### Live feed

{% stepper %}
{% step %}
**Select a camera feed with audio enabled.**
{% endstep %}

{% step %}
**On the camera control bar, click the Audio icon and move the slider up and down to adjust the volume.**
{% endstep %}
{% endstepper %}

### Historical footage

{% stepper %}
{% step %}
**Select a camera with audio enabled.**
{% endstep %}

{% step %}
[**Search**](/verkada-cameras/video-streaming-and-sharing/view-historical-footage.md) **the historical data for the footage you want.**
{% endstep %}

{% step %}
**Use the volume slider tool to adjust the volume.**
{% endstep %}
{% endstepper %}


---

# 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://help.verkada.com/verkada-cameras/configuration/view-and-edit-camera-settings/enable-and-listen-to-audio.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.
