> 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/audio/speech-to-speech.md).

# Speech to speech

Speech to speech, also known as a voice changer, re-speaks a recording you already have in a different voice. The words, timing, pauses, emphasis, and emotion all survive the swap. Only who is speaking changes.

That makes it the fastest way to recast a read you are happy with. Record a scratch take yourself and hand it to a finished voice, turn one actor's performance into a second character, or give a placeholder narration its real voice.

## How to use Speech to speech

1. Open Canvas on Morphic
2. In the prompt bar at the bottom, switch the mode from 'Image' to 'Audio', then choose 'Speech to speech'
3. Add your source recording to References. Drag the file in, click the box to upload from your device, or open the assets picker to reuse a clip already in this project
4. Click the voice chip and pick the voice you want to hear instead. Filter by gender, age, accent, or use case, and press play on any row to preview it
5. Click the blue button in the prompt bar. It shows the credit cost, and only turns blue once your recording is attached

The new take lands on your Canvas as its own audio file, the same length as the one you started with. The original is untouched, so you can try another voice against the same source whenever you want.

Two things worth knowing before your first run:

* **Leave the prompt box empty.** Speech to speech takes its instructions from the recording, not from text. Anything typed there blocks the generation.
* **The cost is shown before you run it.** It is calculated from the length of your source recording, so you know it up front.

{% hint style="info" %}
Already have the clip on your Canvas? Select it and choose 'Use as references' from the details panel on the right. That attaches it in one step.
{% endhint %}

## Tips for better results

* Pick a voice whose natural register already suits the read. The source sets the delivery, so a gentle take stays gentle in every voice.
* Convert ten seconds of a long recording first, then run the whole thing.
* Audition two or three voices against the same source. It stays reusable.
* Use one speaker per clip. Overlapping voices and background music are treated as part of the performance.
* Change one thing at a time when a take comes back wrong.

That's how you use Speech to speech on Morphic. Reach for it when the performance is already right and only the voice needs to change.

***

If you have any trouble or have any questions, feel free to reach out. We're happy to help. Write to us at [**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/audio/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.
