> 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/ex/speech-box/acting-emotion-control.md).

# acting emotion control

{% stepper %}
{% step %}

### Using Direction Tags

Go beyond basic voice generation by precisely controlling voice tone, speed, and emotion with detailed directions.

Direct specific acting instructions to the AI independently of the translated text.

#### How to Insert Tags

* Type **'/' (slash)** in the Translation window
* An autocomplete list will appear with emotions, non-verbal sounds, and speed options
* Navigate with arrow keys and press **Enter**, or click to insert

#### Managing Tags

* **Replace Tags**: Click on an inserted tag to swap it with synonyms
* **Custom Tags**: Manually type your word and press **Enter** to create unique instructions
  {% endstep %}

{% step %}

### Tag Categories

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

{% hint style="info" %}
Intensity Indicators: Tag color (Gray → Orange → Red) shows how strongly the emotion will be reflected.
{% endhint %}
{% endstep %}

{% step %}

### Performance Variations

#### Impact of Tag Placement

The timing of the performance changes based on where you place the tag.

| 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? |       |

#### Impact of Emotional Tone

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

#### Impact of Speech Rate

| Example                    | Audio |
| -------------------------- | ----- |
| I won't deny it. `/slower` |       |
| I won't deny it. `/faster` |       |
| {% endstep %}              |       |

{% step %}

### Acting Prompts

While tags provide quick directions, **Prompts** allow for deep, psychological directing.

* **Auto-Update**: AI automatically generates directions based on your dialogue and tags
* **Manual Entry**: Describe specific "acting context" for precise control

#### Prompt Examples

| Scenario             | Example Prompt                                                                              |
| -------------------- | ------------------------------------------------------------------------------------------- |
| **Sobbing Scene**    | "She cannot control her sadness because her son died in front of her eyes."                 |
| **Screaming/Crying** | "She is screaming like crazy after meeting the enemy who killed her parents."               |
| **Chase Scene**      | "She's being chased. She is mentally shaken by a police interrogation."                     |
| **Desperate Scream** | "A tearful, desperate scream for help. Very fast pace. High-pitched with hyperventilation." |
| **Singing**          | "A young man is happily singing the end part of 'Happy Birthday'."                          |
| {% endstep %}        |                                                                                             |
| {% endstepper %}     |                                                                                             |


---

# 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/ex/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.
