> For the complete documentation index, see [llms.txt](https://cs.help.siesta.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cs.help.siesta.cloud/en/video-portal-1/how-to-record/pc-mac/obs/sound.md).

# Sound

We shall add the audio source as well as the video source. Press the **+** button and select **Record Audio Input** in the menu.

![](https://gblobscdn.gitbook.com/assets%2F-M49OOQQ1z5GeCeXkd2T%2F-M6FqrYBd_O1Wcv9b3LT%2F-M6FtH_NkzLIbypk4BJk%2FScreenshot%202020-05-01%20at%2017.39.50.png?alt=media\&token=7c72709b-6436-44eb-b10b-0cbbca95f506)

In the next window, select **Create new** and **name the source.**

![](https://gblobscdn.gitbook.com/assets%2F-M49OOQQ1z5GeCeXkd2T%2F-M6FqrYBd_O1Wcv9b3LT%2F-M6FtSEDFXR0RxgemThk%2FScreenshot%202020-05-01%20at%2017.40.32.png?alt=media\&token=8c425613-d3a8-4d9d-9bf6-0b082a4eec45)

In the next window select from which device we want to broadcast the sound.

It can be a microphone, sound file.

![](https://gblobscdn.gitbook.com/assets%2F-M49OOQQ1z5GeCeXkd2T%2F-M6FqrYBd_O1Wcv9b3LT%2F-M6FtsEnoaUqDgnOtZM7%2FScreenshot%202020-05-01%20at%2017.42.31.png?alt=media\&token=aa9cad6d-35eb-48d2-ae97-c91d1578ae2c)

You can tell if the audio source is set correctly in the Audio Mixer. You can also adjust the volume here.

Even with the loudest sounds, the values ​​should not reach the red field.

![](https://gblobscdn.gitbook.com/assets%2F-M49OOQQ1z5GeCeXkd2T%2F-M6FqrYBd_O1Wcv9b3LT%2F-M6Fu4IoLjV8K5Y88N2m%2FScreenshot%202020-05-01%20at%2017.43.19.png?alt=media\&token=acb30064-4a9a-4b3c-a077-88dffe915154)

​


---

# 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://cs.help.siesta.cloud/en/video-portal-1/how-to-record/pc-mac/obs/sound.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.
