> 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.
