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

# 注意事項

## 即時克隆／風格引導樣本注意事項

如[概覽](/zh-hk/voices/overview.md)中所述，如果您提供的聲音樣本較為獨特，我們的 AI 曾經沒有學習過類似的聲音，則可能導致較差的生成結果，或無法較好地復刻該聲音。

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

我們建議您通常使用 10-20 秒的清晰語音音訊即可，且不應包含任何混響、回聲、背景噪音，以取得最佳效果。且對於音訊檔案的質素，我們推薦您使用源位元率為 128kbps 或以上的音訊，以確保攜帶盡量完整的資訊。

## 專業克隆注意事項

在開始您的專業克隆前，您需要準備用於克隆的**單個或多個**音訊樣本檔案。

音訊樣本檔案需要符合以下要求：

* 所有音訊樣本檔案相加的總時長**至少為 1 分鐘**，**最多 60 分鐘；在該範圍內，總時長越大，克隆效果越佳。**
* 每個音訊檔案都需要為**wav/mp3/mp4（建議轉為音訊）/flac/m4a/ogg**格式。
* 請確保盡可能提供**高質素**的音訊，且**確保音訊中包含可被識別的語句（有關支援的語言，請參見**[**模型介紹**](/zh-hk/introduction/models.md)**）**。同時，您需要避免音訊中出現嚴重噪聲、多個説話人等干擾。

音訊樣本檔案準備完畢後，您可手動選擇音訊檔案或拖動到上載框，亦可打包為**未加密的 Zip 格式壓縮檔**，系統將自動統整整理樣本檔案。上載的檔案總大小**最大不能超過 256MB。**

## 綜合注意事項

我們的 AI 語音模型將嘗試模仿它在音訊中聽到的所有內容，例如説話人的語調、語速、口音、呼吸方式、力度、背景噪音、人聲噪音、遲疑停頓等其它所有一切。這意味著如果樣本音訊中包含相關資訊，均有可能被 AI 模仿並表現於最終合成中。

也就是説，如果您用緩慢、平淡的聲音説話，最終結果通常也會如此；或者您用激動、快速的方式説話，AI 也會嘗試對其進行模仿。

**非常重要的一點是**，我們建議您盡可能在各方面確保整段語音樣本中語音表現的一致性。如果樣本前 2 秒的表現是激動並快速的，那後續幾秒也需要盡可能保持相似的表現，包括語調、語速、音量等各方面。如果您在同一段語音樣本中表現波動過大，則有可能使 AI 感到困惑，並在每次生成時產生更為不可預測的結果。

總的來説：

* 聲音的表現本身、口音以及錄音的質素會大幅影響克隆的最終效果
* **對於即時克隆**，音訊的長度不是那麼重要，但我們建議至少保證五秒長度以包含足夠的資訊
* 盡可能保持整段音訊樣本中語音表現和錄音質素的一致性，避免在同一段中出現過大的變化
* 音訊的音量亦可能會被 AI 復刻，因此我們建議您調整至合理的音量平衡範圍，以避免聲音過大或過小

{% 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/tips.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.
