> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/verkada-cameras/ko/configuration/view-and-edit-camera-settings/enable-and-listen-to-audio.md).

# 카메라 오디오

대부분의 Verkada 카메라는 기본적으로 비활성화되어 있는 내장 마이크를 갖추고 있습니다. 관리자 권한이 있으면 오디오를 활성화할 수 있습니다. 활성화하면 오디오는 라이브 스트리밍과 과거 영상에서 사용할 수 있습니다.

{% hint style="danger" %}

* 오디오 **아닙니다** 다음 카메라 모델에서는 사용할 수 없습니다: D50/D80/CD22/CH52-E/CM22/CM41-S/Bullet 시리즈.
* 오디오 **입니다** 외부 마이크가 연결되어 있으면 CM42-S에서 지원됩니다.
  {% endhint %}

***

## 오디오 활성화

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Cameras로 이동합니다.**
{% endstep %}

{% step %}
**카메라를 선택합니다.**
{% endstep %}

{% step %}
**오른쪽 아래에서 설정을 클릭하세요.**
{% endstep %}

{% step %}
**기기 아래에서 카메라 오디오를 켭니다.**

{% hint style="warning" %}
오디오를 활성화하면 카메라가 재부팅됩니다.
{% endhint %}
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
오디오는 **활성화된 시점부터 녹음됩니다**.
{% endhint %}

오디오를 활성화한 후에는 다음 항목이 표시되도록 페이지를 새로고침해야 할 수 있습니다: **음소거 해제** 아이콘이 나타납니다. 새 과거 영상에 오디오가 포함되려면 10\~15분 정도 기다려야 할 수 있습니다.

***

## 오디오 듣기

### 실시간 피드

{% stepper %}
{% step %}
**오디오가 활성화된 카메라 피드를 선택하세요.**
{% endstep %}

{% step %}
**카메라 제어 막대에서 오디오 아이콘을 클릭하고 슬라이더를 위아래로 움직여 볼륨을 조정하세요.**
{% endstep %}
{% endstepper %}

### 과거 영상

{% stepper %}
{% step %}
**오디오가 활성화된 카메라를 선택하세요.**
{% endstep %}

{% step %}
[**검색**](/verkada-cameras/ko/video-streaming-and-sharing/view-historical-footage.md) **원하는 영상의 과거 데이터를 검색하세요.**
{% endstep %}

{% step %}
**볼륨 슬라이더 도구를 사용하여 볼륨을 조정하세요.**
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.verkada.com/verkada-cameras/ko/configuration/view-and-edit-camera-settings/enable-and-listen-to-audio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
