> For the complete documentation index, see [llms.txt](https://docs.acestudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acestudio.ai/docs/product-wiki-zh/ai-gong-ju/voice-changer.md).

# 声线转换

## 什么是声线转换

声线转换是一种工具，可将人声轨道中的声音转换为另一种声音，甚至转换为乐器的声音。声线转换不仅会改变音色，还会调整某些风格特征，同时保持旋律和歌词不变。

## 如何使用声线转换

声线转换作用于时间线上的选定区域。在画布上单击并拖拽即可创建选区。这将定义你要应用声线转换效果的精确区域。

打开声线转换面板有 2 种方式：

* 点击 **声线转换** 主工具栏中的图标。

<figure><img src="/files/279159befd876268c709c3f9638937d6a86fd4c6" alt=""><figcaption></figcaption></figure>

* 选中区域后，右键点击以打开上下文菜单。导航至 AI 工具 子菜单并选择 **声线转换**.

<figure><img src="/files/7406ae310386ca394b2e84fd3290cfd0ba72bc05" alt=""><figcaption></figcaption></figure>

## 声线

<figure><img src="/files/9de3131e59e4adfa4e2dfded2b82685b083e3118" alt=""><figcaption></figcaption></figure>

声线转换面板列表分为三个选项卡：

* **声线：** 包含所有预制的声线转换声线，可将源内容转换为目标歌声。
* **乐器：** 包含所有预制的声线转换乐器，可将源内容转换为目标乐器音色。
* **克隆：** 包含你所有自定义的声线转换声线和乐器。要了解更多有关为声线转换克隆你的声线的信息，请参阅 [用于声线转换的声音克隆](/docs/product-wiki-zh/sheng-yin-ke-long/cloning-a-voice-for-voice-changer.md).

单击搜索栏即可激活搜索模式。每个声线/乐器都标注有名称和若干标签。你可以通过文本搜索找到所需的声线/乐器。

要选择声线转换目标，请单击它。你可以一次选择多个声线和乐器进行转换。再次单击即可取消选择。

单击声线或乐器的图片即可预览其声音。

## 设置

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

选中声线/乐器后，你可以单击设置按钮调整以下参数：

* 半音：按半音步进调整音高。
* 音高修正：对音频进行音高修正。
* 按音阶修正：根据指定音阶进行音高修正。你可以选择音阶类型和模式。
* 随机偏移：添加毫秒级随机时间偏移。

勾选 **移除伴奏** 在转换前移除源内容中的伴奏部分。

勾选 **移除混响和和声** 在转换前移除源内容中的混响和和声。

单击取消可撤销当前设置更改并关闭面板。单击 **全部应用** 可将设置应用于所有相关音频片段。单击 **应用** 可将设置应用于当前选中的音频片段。

## 转换

<figure><img src="/files/903165391a807cac5e265d8c516d9ef509242037" alt=""><figcaption></figcaption></figure>

选择目标声线或乐器后，单击 <kbd>转换</kbd> 按钮即可开始转换。转换后的片段将显示在时间线下方。

{% hint style="warning" %}
如果你想转换为乐器音色，请注意，普通歌声作为输入源可能由于表现形式差异较大而无法生成理想的乐器音色。建议使用模仿乐器声音的人声音频，以获得更好的转换效果。
{% endhint %}

{% hint style="info" %}
要创建自定义的声线转换声线和乐器，请参阅 [用于声线转换的声音克隆](/docs/product-wiki-zh/sheng-yin-ke-long/cloning-a-voice-for-voice-changer.md).
{% 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.acestudio.ai/docs/product-wiki-zh/ai-gong-ju/voice-changer.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.
