> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/zh/yin-pin/speech-to-speech.md).

# 语音转语音

语音转语音，也称为变声器，会用另一种声音重新朗读你已有的录音。词语、节奏、停顿、重音和情绪都会在转换后保留不变。变化的只有说话的人。

这使它成为重新演绎你满意的朗读内容的最快方式。先自己录一段草稿，然后交给最终声音处理；把一位演员的表演转换成另一个角色，或者给占位旁白赋予真正的声音。

## 如何使用语音转语音

1. 在 Morphic 中打开 Canvas
2. 在底部的提示栏中，将模式从“图像”切换为“音频”，然后选择“语音转语音”
3. 将你的源录音添加到“参考资料”中。拖入文件，点击方框从设备上传，或打开素材选择器以重用此项目中已有的片段
4. 点击语音芯片，选择你想听到的声音。可按性别、年龄、口音或使用场景筛选，并点击任意一行进行试听
5. 点击提示栏中的蓝色按钮。它会显示所需的点数，并且只有在录音附加后才会变成蓝色

新的成品会作为单独的音频文件出现在你的画布上，长度与原始文件相同。原始文件不会被修改，所以你可以随时用同一段源音频尝试其他声音。

在第一次运行前，有两件事值得注意：

* **保持提示框为空。** 语音转语音根据录音而不是文本来获取指令。这里输入的任何内容都会阻止生成。
* **运行前会显示费用。** 它会根据源录音的长度计算，所以你可以提前知道。

{% hint style="info" %}
画布上已经有这段片段了吗？选中它，然后在右侧详情面板中选择“用作参考资料”。这样就能一步完成附加。
{% endhint %}

## 获得更好效果的技巧

* 选择一个自然音域本来就适合该朗读的声音。源音频决定演绎方式，所以轻柔的朗读在任何声音里都会保持轻柔。
* 先转换长录音中的十秒，然后再处理整段内容。
* 用同一段源音频试听两到三种声音。它是可重复使用的。
* 每个片段只使用一个说话人。重叠的声音和背景音乐会被视为表演的一部分。
* 当结果不对时，一次只更改一项。

这就是在 Morphic 上使用语音转语音的方法。当表演已经正确，只需要更换声音时，就用它。

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/zh/yin-pin/speech-to-speech.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.
