> 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/jp/yin-sheng/speech-to-speech.md).

# 音声から音声へ

Speech to speech（ボイスチェンジャーとも呼ばれます）は、すでにある録音を別の声で再発話します。単語、タイミング、間、強調、感情はすべてそのまま引き継がれます。変わるのは、話し手だけです。

そのため、気に入っている読み上げを最も手早く別の声に置き換えられます。自分でラフなテイクを録音して完成版の声に渡したり、1人の俳優の演技を別のキャラクターに変えたり、仮ナレーションに本来の声を与えたりできます。

## Speech to speechの使い方

1. MorphicでCanvasを開く
2. 下部のプロンプトバーで、モードを「Image」から「Audio」に切り替え、次に「Speech to speech」を選択します
3. 元の録音をReferencesに追加します。ファイルをドラッグして入れるか、ボックスをクリックしてデバイスからアップロードするか、アセットピッカーを開いてこのプロジェクト内にあるクリップを再利用します
4. ボイスチップをクリックして、代わりに聞きたい声を選びます。性別、年齢、アクセント、用途で絞り込み、各行の再生ボタンを押してプレビューできます
5. プロンプトバーの青いボタンをクリックします。必要なクレジット数が表示され、録音が添付されるまで青くなりません

新しいテイクは、最初のものと同じ長さの独立した音声ファイルとしてCanvasに配置されます。元の音声はそのままなので、同じソースに別の声をいつでも試せます。

最初の実行前に知っておくとよいことが2つあります：

* **プロンプト欄は空欄のままにします。** Speech to speech はテキストではなく録音から指示を受け取ります。そこに入力した内容は生成を妨げます。
* **実行前にコストが表示されます。** 元の録音の長さから計算されるので、事前に把握できます。

{% hint style="info" %}
Canvasにすでにクリップがありますか？ それを選択し、右側の詳細パネルから「Use as references」を選びます。これで一度に添付できます。
{% endhint %}

## より良い結果を得るためのヒント

* 自然な声のトーンが、その読み上げにすでに合っている声を選びます。ソースが話し方を決めるので、穏やかなテイクはどの声でも穏やかなままです。
* 長い録音の最初の10秒を先に変換し、そのあと全体を実行します。
* 同じソースに対して2〜3種類の声を試聴します。再利用可能なままです。
* クリップごとに話者は1人にします。重なった声やBGMは演技の一部として扱われます。
* テイクがうまくいかなかったら、一度に1つずつ変更します。

MorphicでSpeech to speechを使う方法は以上です。演技はすでに十分で、声だけを変えたいときに使ってください。

***

ご不明な点やお困りのことがあれば、お気軽にご連絡ください。喜んでお手伝いします。以下までご連絡ください [**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/jp/yin-sheng/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.
