> For the complete documentation index, see [llms.txt](https://docs.youlean.co/youlean-loudness-meter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.youlean.co/youlean-loudness-meter/getting-started/application.md).

# Application

### Live Monitoring

Youlean Loudness Meter 2 standalone app offers **Live Monitoring** capabilities that allow you to track the loudness of your audio in real time. You will need to set up your audio inputs in the app settings before starting live monitoring. For detailed instructions, please refer to [this article on app settings](/youlean-loudness-meter/settings-and-menus/application-settings.md). This feature is particularly useful for live broadcasts, mixing, or any scenario where monitoring audio levels as they happen is crucial.

* **Real-Time Monitoring**: Launch the standalone app and begin monitoring the audio signal being fed into your system. You will see the **Momentary**, **Short-Term**, **Integrated**, and **True Peak** loudness levels displayed in real-time.
* **Adjusting Levels**: Use the visual feedback provided by the standalone app to adjust your audio levels dynamically, ensuring compliance with industry standards and preventing potential issues such as clipping or inconsistent volume.

### File Analysis or Normalization

Youlean Loudness Meter 2 standalone app can also be used for **File Analysis or Normalization**, allowing you to ensure that your audio meets specific loudness targets for broadcasting, streaming, or other purposes.

* **File Analysis**: Drag and drop audio or video files into the standalone app to analyze their loudness characteristics. This is especially useful for verifying compliance with loudness standards before submitting audio for broadcast or streaming platforms.
* **Normalization**: Use the **Normalization** feature in the standalone app to adjust the loudness of your files to meet specific targets, such as -14 LUFS for streaming. This ensures that your audio content is consistent and meets industry expectations.

{% hint style="info" %}
The application can analyze single files only. If you need batch mode, please use Command Line Tool to automate the process.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.youlean.co/youlean-loudness-meter/getting-started/application.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.
