> 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/overview.md).

# 概覽

您可以透過建立一個角色，並為其上載或錄製一段簡短的音訊樣本，來進行[即時語音克隆](/zh-hk/voices/create.md)。您亦可透過提供 1-60 分鐘的音訊樣本，在 3-60 分鐘內完成[專業語音克隆](/zh-hk/voices/pro-clone.md)。

其後，您就可以在語音合成中將這些角色分配給不同的文本，讓 AI 使用這些角色的聲音進行朗讀。

目前，您可以透過[角色管理](https://app.vocu.ai/voices)頁面的\*\*「新增角色」**按鈕，或在**[**配音工作室**](https://app.vocu.ai/generate)**頁面中選擇角色時的彈出視窗中選擇**「建立新角色...」\*\*按鈕，來開啟角色建立面板，並用以建立一個角色。

### 即時克隆

[即時克隆](/zh-hk/voices/create.md)容許您幾乎即時地從非常短的樣本中克隆一個聲音。需要説明的是，即時克隆的基本原理並不是根據提供的聲音樣本建立或訓練一個新的模型，而是讓 AI 根據其曾經學習過的海量數據來合理地進行推測和模仿。我們的模型經過大量常規語音的訓練，因此對於大部分自然的語音處理理論上十分有效。

然而，我們的模型依然存在一些不完美之處。如果您提供的聲音樣本較為獨特，我們的 AI 曾經沒有學習過類似的聲音，則可能導致較差的生成結果，或無法較好地復刻該聲音。目前，對於我們各個模型的具體介紹、缺點與局限性，請參見[模型介紹](/zh-hk/introduction/models.md)

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

### 專業克隆

透過[專業級語音克隆](/zh-hk/voices/pro-clone.md)，您只需提供一分鐘或更長（最長支援 60 分鐘）的聲音樣本，我們的 AI 將會在 3-60 分鐘內深入訓練學習您所提供的聲音樣本的每一個語調、發音方式、節奏、韻律等各項細節，實現與原聲無法區分的頂尖克隆合成效果，並同時保留 Vocu 語音大模型的語言理解力、情感表現力等所有尖端特性。

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

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


---

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