> 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/dubbing-studio/dioteikurisuto.md).

# オーディオテイクリスト

映画制作のコンセプトに由来する「テイク（Take）」とは、音声生成を試みた1回ごとの記録を指します。同じセリフであっても、生成するたびにトーンや演技、イントネーションがわずかに変化します。

生成された音声はすべて独立したテイクとしてテイクリストに保存されるため、各バージョンを試聴した上で、最終成果物に最適なテイクを厳選することが可能です。

### #1 音声生成と最適化

Dubbing Studioにおける「テイク」とは、映画の撮影現場におけるマルチテイクのように、特定のセリフ、タグ、プロンプトに基づいて生成された個々の音声ファイルを指します。テイクリストを活用することで、生成履歴を管理し、最も完成度の高いテイクを厳選することができます。

***

#### 🛠️ Key Features & Shortcuts

| **アイコン・機能**     | **説明**                        | **ショートカット**   |
| --------------- | ----------------------------- | ------------- |
| +1 / +3         | 現在の設定で1つまたは3つのテイクを生成          | Shift + Enter |
| Selection       | 選択されたテイクはタイムライン上で白くハイライト      | -             |
| 🌡️ Temperature | 演技のダイナミックさを調整                 | -             |
| 📌 Pin          | 最終テイクを選択し、他のテイクが選択されないようにロック  | P             |
| 🎶 Remix        | 演技のニュアンスを維持しながら、オーディオの品質を向上   | R             |
| 🏴 Report       | ハルシネーションやノイズなどの問題が発生した場合にレポート | -             |
| ✂️ Trimmed      | トリームされたクリップを表示                | -             |
| 🗑️ Delete      | テイクを削除（削除の取り消しはできません）         | -             |

***

#### 🔄 Generation（生成）と Remix（リミックス）の違い

完全に新しいアプローチの演技を出力させるか、手元にあるお気に入りのテイクを「ブラッシュアップ」するかによって、機能を使い分けます。

| **Category** | **Generate (+1 / +3)**                                                    | **Remix (🎶)**                                                        |
| ------------ | ------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| 名称           | `Take ##`（例：Take 01）                                                      | `Take ## R##`（例：Take 01 R01）                                          |
| 目的           | 新しい演技を作成                                                                  | 既存の演技をブラッシュアップ                                                        |
| 使用例          | <p>• セリフやトーンの変更</p><p></p><p>• 音声や性別の設定変更</p><p></p><p>• 新しい演技（表現）を生成</p> | <p>• イントネーション（抑揚）は維持したまま、声だけを変更</p><p></p><p>• 音声の「震え」や機械的なノイズを修正</p> |
| 対応範囲         | テキストの修正を反映し、抑揚やトーンが新たに変化                                                  | テキストの修正は適用せず、元のタイミングと演技をそのままキープ                                       |


---

# 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/dubbing-studio/dioteikurisuto.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.
