> For the complete documentation index, see [llms.txt](https://docs.acestudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acestudio.ai/ai-vocal-synth/creating-ai-vocals/breath.md).

# Breath

<figure><img src="/files/yKk32Cr1qJuyHpgvjHvU" alt="Add breath and adjusting the duration of a breath in ACE Studio."><figcaption></figcaption></figure>

## What is Breath

Just like human singers, adding a breath at the beginning of a sentence usually makes the vocal performance sound more natural. This is especially helpful for long sentences or high notes, where breaths provide a sense of realism and emotional connection.

Breath is the first tab in the AI parameters panel, allowing users to add breaths to the beginning of vocal lines for enhanced realism and expressiveness.

## Editing Breath

### Adding Breath

{% tabs fullWidth="false" %}
{% tab title="Automatic Addition" %}
Click on the <kbd>Add all</kbd> button from the left panel to automatically add breaths to the entire clip. It will intelligently place breaths at appropriate positions.
{% endtab %}

{% tab title="Manual Addition" %}
Click on the dark purple area to manually add a breath.
{% endtab %}
{% endtabs %}

### Adjusting Breath Duration

You can adjust the duration of a breath by dragging the left edge of the breath note.


---

# 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://docs.acestudio.ai/ai-vocal-synth/creating-ai-vocals/breath.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.
