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

# 概覽

歡迎您來到 [Vocu.ai](https://vocu.ai) 使用指南。我們將一步一步帶領您，由帳號註冊開始，到克隆您的第一個聲音，再到生成您的第一段語音。我們亦會指導您如何透過優化音訊檔案及編輯文本內容，以提升整體生成質素。最後，我們會向您坦誠介紹目前存在的一些技術局限，協助您更好地使用本服務。

首先，您可透過多種方式完成帳號註冊及登入。完成帳號登入後，我們先從[角色管理](https://app.vocu.ai/voices)開始探索：您可以在此建立角色，並加入任意音訊樣本作語音克隆，以及為它們設定名稱與描述等內容。新增角色後，您便可前往[配音工作室](https://app.vocu.ai/generate)頁面，使用您所建立的角色聲音來生成您的第一段語音。

### AI 模型工作原理 <a href="#how-to-work" id="how-to-work"></a>

我們的 **VOCU 語音大模型** 已預先經過海量音訊訓練，訓練內容涵蓋多種類型，當中最多的是**有聲讀物**與**一般對話音訊**。若您提供的克隆音訊樣本以及目標文本屬此類內容，通常在生成語音時會取得較佳效果。我們的模型會盡量模仿克隆音訊樣本的**語調、語速、情感、停頓、響度、聲學環境、呼吸聲、口音、發聲方式**等特徵，盡可能理解目標文本的上下文，並綜合它們以產生最匹配的語音。

### 缺點與局限性 <a href="#issues" id="issues"></a>

在目前版本系列的語音模型 **(V2.9 及更高版本)** 已具備與真人無異的語音生成能力，但並非完美，您可能在使用過程中遇到以下問題：

* **偶發的不穩定結果**：您可能偶爾遇到一些質素較差的生成結果。您可以嘗試將生成風格設定為穩定，這能提高整體穩定性，但可能犧牲部分聲音表現力。您亦可多次生成同一段文本，從中選擇最好的結果。
* **其他語言內容的穩定性或質素可能低於角色語言**：V2 及更高版本模型支援中英雙語的克隆與合成，V3 系列模型則新增支援更多語言。在跨語言生成中，模型會透過模仿與推理，嘗試以角色聲音進行外語發音；但由於不同語言的發音體系各有不同，跨語言內容的克隆與合成表現可能會略低於角色原聲語種的內容。
* **不太擅長過於浮誇尖鋭或過於獨特的克隆樣本**：在使用過於浮誇尖鋭或過於獨特的克隆樣本時，您可能會遇到音質／相似度／穩定性下降的問題；您可以嘗試多次生成單句，並將最滿意的一句生成結果作為樣本進行克隆，以改善此問題。

{% hint style="info" %}
我們最新版本的語音大模型 **(V3.0) 系列**已針對以上問題進行專項優化，並將持續優化，以提升工作效果及降低局限性。
{% 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/introduction/readme.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.
