# Sound 🎵

![](/files/-M4UfqsKMdhDngkLBp13)

You can **use your speakers** while using your distro to get all that nice music from Spotify (or anything) while you code. We use **Pulse Audio** to get that sound out of the PRoot container to your Android's speakers.

{% hint style="info" %}
**Modded OS** have sound output through phone's speakers enabled out of the box.
{% endhint %}

Just follow these steps correctly in order to have sound output enabled-

* Just **close** the distro if you have it opened with running *exit* inside ***Termux.*** Ignore this step if you haven't have your distro working.

```bash
exit
```

* Run the following command in Termux (Not inside Linux)

```bash
 pkg install wget && wget https://andronixos.sfo2.cdn.digitaloceanspaces.com/OS-Files/setup-audio.sh && chmod +x setup-audio.sh && ./setup-audio.sh
```

* This should enable you to have sound inside the distro.

{% hint style="warning" %}
Check the **volume level** before filing any bug report.
{% endhint %}

If you are still not able to get the audio output or the audio stops after a certain time then open a new Termux session and type:

```bash
pulseaudio --start
```

{% hint style="danger" %}
If you started the VNC and have not played any audio within **15minutes** of time span then audio server kills itself to prevent excessive battery drain.
{% endhint %}


---

# 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://andronix-app.gitbook.io/andronix-app/hardware/sound.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.
