# 오디오

- [오디오 생성](https://morphic.com/docs/kr/audio/audio-generation.md): Morphic의 오디오는 프롬프트만 사용해 음악, 효과음, 음성을 처음부터 생성할 수 있게 해줍니다.
- [음성 감정 제어](https://morphic.com/docs/kr/audio/voice-emotion-control.md)
- [음성 감정 제어 복사본](https://morphic.com/docs/kr/audio/voice-emotion-control-1.md)


---

# 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://morphic.com/docs/kr/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.
