# VU-Meter

To level the audio going to the stream is still a challenge, especially broadcasting from home. You can now find a little helper, an online level meter for the output stream, here:

<http://studio.radioangrezi.de/vu-meter/>

Please note:

1. This VU-meter is downloading the stream and will process it locally in your browser. This means it will use some bandwidth. (This is why I have set the 64kbit “low” stream as a default value.)
2. There is some obvious time delay from you -> server -> transmission -> your computer -> level meter -> processing / calculation.
3. dB-meters are not the only, and definitely not the best way to measure “loudness”.

Source(s):

* <https://p-node.org/documentation/streams/stream-vu-meter>
* <https://github.com/mmckegg/audio-rms>

#### vu-meter

|             |                                                                                        |
| ----------- | -------------------------------------------------------------------------------------- |
| Description | A javascript web client downloading the http icecast stream and calculating the level. |
| Repository  | none                                                                                   |
| Directory   | `/var/www/vu-meter`                                                                    |
| .conf       | `/etc/apache2/sites-enabled/angrezi-libretime_and_controller.conf`                     |
| Exposed at  | <http://studio.radioangrezi.de/vu-meter/>                                              |


---

# 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.radioangrezi.de/tech-deep-dive/services/vu-meter.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.
