> For the complete documentation index, see [llms.txt](https://docs.hudson-ai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hudson-ai.com/dubbing-studio-guide-jp/refactorying/speech-box/acting-emotion-control.md).

# Acting emotion control

Control the voice. Use tags to set tone, speed, and emotion.

***

## Using Direction Tags

Give acting notes to the AI.

{% stepper %}
{% step %}

### Insert tags

* Type **'/' (slash)** in the text box.
* Choose a tag from the list.
* Press **Enter**.
  {% endstep %}

{% step %}

### Manage tags

* **Replace Tags**: Click a tag to change it.
* **Custom Tags**: Type your own word and press **Enter**.
  {% endstep %}
  {% endstepper %}

***

## Tag Categories

| Category       | Examples                      |
| -------------- | ----------------------------- |
| **Emotion**    | `/angrily`, `/sad`, `/calmly` |
| **Non-verbal** | `/laugh`, `/pause`            |
| **Speed**      | `/faster`, `/slower`          |

Intensity: Tag color shows strength (Gray → Orange → Red).

***

## Performance Variations

### Tag Placement

Where you put the tag changes the acting.

| Example                                                           | Audio |
| ----------------------------------------------------------------- | ----- |
| *Original*: Can you tell us what happened yesterday?              |       |
| *Mid-sentence*: Can you tell us `/pause` what happened yesterday? |       |
| *End-sentence*: Can you tell us what happened `/pause` yesterday? |       |

### Emotional Tone

| Example                      | Audio |
| ---------------------------- | ----- |
| Are you crazy?! `/laugh`     |       |
| Are you crazy?! `/seriously` |       |
| Are you crazy?! `/sadly`     |       |

### Speech Rate

| Example                    | Audio |
| -------------------------- | ----- |
| I won't deny it. `/slower` |       |
| I won't deny it. `/faster` |       |

***

## Acting Prompts

Prompts give more detail than tags.

* **Auto-Update**: AI makes directions from your text.
* **Manual Entry**: Type your own acting notes.

### Prompt Examples

| Scenario      | Example Prompt                          |
| ------------- | --------------------------------------- |
| **Sobbing**   | "She is very sad because her son died." |
| **Screaming** | "She screams at her enemy."             |
| **Chase**     | "She is being chased. She is scared."   |
| **Desperate** | "A fast, high-pitched scream for help." |
| **Singing**   | "A man sings 'Happy Birthday' happily." |


---

# 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.hudson-ai.com/dubbing-studio-guide-jp/refactorying/speech-box/acting-emotion-control.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.
