> For the complete documentation index, see [llms.txt](https://faq.tonation.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.tonation.me/strimeram/konstruktor-vidzhetov/zvuk.md).

# Звук

Вкладка **"Звук"** позволяет выбрать или загрузить звуковые файлы для использования в вашем виджете. Звук будет воспроизводиться перед озвучкой текста сообщения, если такая настройка включена.

<figure><img src="/files/GnMbtvHdLlscI1oLy5Vk" alt=""><figcaption></figcaption></figure>

**Кнопка "Выбрать звук":**

* Нажмите на кнопку **"Выбрать звук"**, чтобы открыть окно **"Медиатека звуков"**, где вы можете выбрать или загрузить звуковой файл.

<figure><img src="/files/ljNZ2PmOrCVjrdRgzC1d" alt=""><figcaption></figcaption></figure>

**Окно "Медиатека звуков":**

* Здесь отображаются все ранее загруженные звуковые файлы.
* **Информация в медиатеке:**
  * **Прогресс загрузки:** показывает, сколько места уже использовано в вашей медиатеке (например, "0.00 MB / 1 GB").
  * **Выбор файла:** нажмите кнопку **"Выберите файл"**, чтобы загрузить звуковой файл с вашего устройства.
    * Поддерживаемый формат: **MP3, WAV, OGG, WEBM**.
    * Максимальный размер файла: **128 MB**.
* После загрузки файл появится в списке доступных звуков.

<figure><img src="/files/YzOEvUrb5HiV8Ftuz2eI" alt=""><figcaption></figcaption></figure>

**Выбор звука:**

* Нажмите на загруженный звуковой файл в медиатеке, чтобы выбрать его для вашего виджета.

<figure><img src="/files/4DN4Ybq6CuKUEI3ahyOS" alt=""><figcaption></figcaption></figure>

Готово!

{% hint style="info" %}
Чтобы применить настройки не забудьте нажать кнопку "Сохранить".
{% endhint %}


---

# 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:

```
GET https://faq.tonation.me/strimeram/konstruktor-vidzhetov/zvuk.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.
