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

# 生成設定

完成內容編輯後，您可在功能區按一下齒輪圖示，調整生成設定。

<figure><img src="/files/BVQMLO9qZEsBcNffHf26" alt="" width="333"><figcaption></figcaption></figure>

（流動版同樣為齒輪圖示）

**生成參數**對最終生成效果影響很大。目前我們基於多方測試與優化，設定了不同的預設範本，分別對應不同的優化方向。您可以透過調整預設來選擇不同的生成參數，找出最適合您的效果。

<figure><img src="/files/LQeytKZR3ovMQSpzLVqv" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
我們準備的生成預設參數，能夠應對大多數情況下的文字與音色內容。您可以先嘗試使用預設參數進行生成；如果多次切換預設後效果仍未達預期，可嘗試使用官方角色測試，確認是否因聲音角色樣本不佳所致。您亦可聯絡我們的支援服務以取得協助。
{% endhint %}

<details>

<summary>可手動調整的生成設定</summary>

* \*\*生成預設：\*\*用於控制語音在生成時採用的表現策略，決定語音在聽感上的基礎表現力。不同的生成預設側重不同的參數方向，能夠決定輸出語音與文字之間的理解表現力（例如，使用均衡預設時，語音會平衡發音表現與文字理解表現，貼合內容理解；而使用創意類預設時，語音會基於文字語境，展現更具表演色彩的發音方式，在應對不同場景時會有較為獨特的效果。）
* \*\*情感風格：\*\*針對生成時輸入的內容，不同的風格偏向會在處理時優化理解與還原不同的細節部分。選擇偏向文字時，會根據輸入文字的語義完善結果細節，更符合文字語境；選擇偏向角色時，會更注重還原聲音角色樣本的直接表現力。
* **生成種子**：控制生成時的隨機性。相同的種子會在生成時產生相似結果；此值可為 1 至 2147483647 的整數。預設設定為 -1 時完全隨機。通常無需調整。
* **語速**：控制生成語音的速度，數值越大語速越快，可調整為 0.5x 至 2x 之間的數值，1 為正常語速。

</details>

<details>

<summary>V3.0 系列模型新增的獨特設定</summary>

<figure><img src="/files/D2tGEzY04FW8Qqp5XqXL" alt="" width="563"><figcaption></figcaption></figure>

**在 V3.0 系列模型中，我們新增了一些獨特參數。分配了 V3.0 模型角色的段落，可額外控制以下設定：**

* \*\*語言選擇：\*\*指定段落中內容的語言。預設情況下，系統可自動識別輸入內容的語言；如出現識別不夠精準，或您輸入的語言為粵語時，請手動選擇語言。（目前暫時無法自動識別粵語內容）
* \*\*生動表達：\*\*支援為單一段落單獨啟用「生動表達」選項。啟用後，模型會基於對內容的理解拓展表現範圍，使語句更具表現力與感染力（對日語 ASMR 效果最佳），但可能降低生成穩定性。
* \*\*情感比例：\*\*此功能參數可讓您調節段落發音的情感傾向。啟用該功能後，您可手動指定情感比例，包括生氣、開心、中立、難過、匹配上下文等；模型會按所設比例嘗試以對應情感表現發音。具體效果因不同樣本可能差異較大，且可能降低生成穩定性。
* **一致性優化**：**實驗功能**。啟用後會優化匯集在單一段落中的長篇內容生成效果，提升一致性與連貫性，但可能降低表現力。有關文字內容編輯，可參見[文字內容編輯](https://docs.vocu.ai/zh/~/revisions/UXeoxR8p2d7pY0hBgCpM/generate/text-edit)瞭解更多。
* \*\*後處理模式：實驗功能，\*\*此項目控制輸出優化策略，預設會針對角色聲音的還原度進行優化。此外，不同選項可調節最終音訊的聽感表現，您可按需要嘗試調整此項設定。

</details>

參數設定完畢後關閉設定彈出視窗，只需按一下功能區的**開始生成**按鈕即可提交語音生成任務。任務提交後，系統會開始生成；您可在主要介面查看生成進度，並在完成後開始播放。


---

# 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/generate/config.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.
