> For the complete documentation index, see [llms.txt](https://docs.vocu.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vocu.ai/zh-hk/voices/create.md).

# 即時克隆

透過即時語音克隆，您只需提供 5-30 秒任意樣本，且無需對模型進行任何訓練，瞬間即可完成克隆；我們的 AI 會在生成時即時根據百萬小時的經驗，盡可能模仿被克隆音訊樣本的語調、語速、情感、停頓、響度、聲學環境、呼吸聲、口音、發聲方式等特徵，且盡可能理解目標文本的上下文，並綜合它們來產生最具表現力且最匹配的語音。

目前，您可以透過[角色管理](https://app.vocu.ai/voices)頁面的\*\*「新增角色」**按鈕，或在**[**配音工作室**](https://app.vocu.ai/generate)**頁面中選擇角色時的彈出視窗中選擇**「建立新角色...」\*\*按鈕，來開啟角色建立面板，並用以建立一個角色。第一步是選擇建立的類型，不同類型的角色在具體的表現力細節上略有差異，模型版本和類型的可用性將根據我們當前的維護計劃開放。

<figure><img src="/files/XQHTqrjftC5Q0hDYOzVo" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/DDKoxanYjjoUa6gZadnW" alt=""><figcaption></figcaption></figure>

其後，您需要上載一個音訊檔案，或錄製一段音訊，作為本次克隆的預設風格指引樣本；這段預設風格樣本**將用於定義該角色預設的聲音表現，包括聲線、情感、語速、語調、韻律等（後續您可以在角色詳情頁中新增更多不同的風格樣本）。**

<figure><img src="/files/0QPRRfEoev2V5FlD1RBF" alt=""><figcaption></figcaption></figure>

> **我們為音訊上載器加入了簡單的音訊處理功能，您可以透過此功能快速剪輯用於上載的音訊片段。**

<figure><img src="/files/LJezifbOPCoMw8oCVU7x" alt=""><figcaption></figcaption></figure>

音訊上載完成後，請確認您上載的語音樣本是否屬於模型支援的語言範圍。系統將自動識別音訊中可支援的語種。如需更精確的識別結果，您亦可手動選擇語言類型以獲得更佳效果（粵語樣本需要手動選擇）。

如音訊樣本存在背景音，您亦可打開 **「去除背景音」** 開關，系統將在建立角色時對音訊樣本進行優化。

<figure><img src="/files/jelOlv2zBWTJAmlS4U4S" alt=""><figcaption></figcaption></figure>

其後，您需要為建立的角色指定一個名稱，並可選擇指定一段描述以及一個頭像。目前，名稱、描述和頭像僅供展示，不會對使用效果造成影響。

其後在最終頁面確認本次建立的相關資訊，**點擊右下角的**提交按鈕並等待處理完畢即可。

{% hint style="info" %}
樣本質素比長度更重要。有噪音的樣本可能會產生不好的結果，請盡可能提供高質素的樣本語音。目前，樣本語音長度需**大於 2 秒**，且**檔案大小不超過 20M**。您亦可透過一些**音訊編輯軟件**的**人聲分離／音訊降噪／人聲美化／響度標準化**等功能，嘗試從任意音訊中獲得較高質素的人聲音訊樣本。
{% endhint %}

{% hint style="warning" %}
V2 系列版本的模型\*\*(V2.9) 僅支援中文與英文\*\*，使用 V2 系列模型時請確保輸入的文本中不包含任何非中英文字元，例如日文、韓文等，否則可能會導致**生成失敗**等問題。

自 V3 系列開始，我們除中英文外新增粵語、日語、韓語、法語、德語、西班牙語及葡萄牙語，以及這些語言的共計 30 餘種口音變體；請確保您使用的模型版本及文本內容輸入符合對應的支援能力。
{% endhint %}

關於即時克隆樣本音訊的詳細注意事項和最佳實踐，請[參閲此頁面](/zh-hk/voices/tips.md)。


---

# 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.vocu.ai/zh-hk/voices/create.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.
