# Audio

**Audio Objects** provide a means for the user to incorporate aural aspects to a *User Interface*, whether that be music, a chime alert, or a speech file.

In this version of **Incari Studio** only `.mp3` files are supported.

To create an **Audio Object**, either click the plus icon in the **Scene Outliner** or right-click in the **Scene Outliner**, hover over `Create`, and locate **Audio**.

![Create Audio Object with Plus Icon.](/files/CWvLmj6T8JFfnTvYtbcW)

![Create Audio Object with Right-Click and Create.](/files/jmqOTgQhHfDNYKJ8KgSw)

When an **Audio Object** is created, it is initially empty. Also, there is no visual component displayed in the **Scene**, even when a file is selected.

While the **Audio Object** has several **Attributes**, the most important of which is `Audio File` under `Audio`. Here the user can either drag a file from the **Asset Manager** or click the empty file icon and select the desired file from the pop-up Menu.

<div><figure><img src="/files/YuRSqvSpZErMrMlho5E7" alt=""><figcaption><p>Audio Object before File is Selected.</p></figcaption></figure> <figure><img src="/files/hIUNcGfgEnQHDRpqBw6B" alt=""><figcaption><p>Create Audio Object after File is Selected.</p></figcaption></figure></div>

A preview of the **Audio** can be played, paused, or stopped within its **Scene** of **Incari Studio** by clicking the respective buttons in the **Attribute Editor**.

In order to use **Audios** in a **Project** and have them play in the **Player**, the user needs to use the **Media Nodes** in the **Logic Editor**. More information on using **Media Nodes** can be found [here](/incari-studio/toolbox/incari/media.md) and [here.](/incari-studio/toolbox/events/media.md) For understanding how to use **Object Nodes** in the **Logic Editor**, please refer to this [section](/incari-studio/objects-and-types/scene-objects.md#objects-in-logic).

An example **Logic** configuration can be seen below. This would allow one to play the **Audio** with `A` on their keyboard and stop it with `B`.

![Example Logic for Using Audio Objects in Incari Player.](/files/CQxu0AcZbDohFjdiWWAx)


---

# 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://docs.incari.com/incari-studio/objects-and-types/scene-objects/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.
