# 音声生成

{% hint style="danger" %}
このセクションで提供される、人間の声を作成するためのツールやガイドラインに関する情報は、教育および研究目的のみを意図しています。我々は、詐欺、プライバシー侵害、または他者に害を与える可能性のある行為を含むがそれに限定されない、いかなる形の違法行為も強く非難します。読者は、これらのツールや技術の使用が地域の法律および倫理基準に準拠していることを確認する責任を負い、その使用の結果について責任を負います。提供された情報の誤用によって生じた法的問題や倫理的紛争について、我々は責任を負いません。
{% endhint %}

## 音声生成/音声クローン

{% tabs %}
{% tab title="ElevenLabs" %}

<https://elevenlabs.io/>

2022年に設立されたElevenlabsは、急速に注目を集める自然言語処理（NLP）サービスプロバイダーの一つとなりました。

{% embed url="<https://x.com/elevenlabsio/status/1930689774278570003>" %}
{% endtab %}

{% tab title="Play.ht" %}
<https://play.ht/>

2016年に設立されたPlay.htは、オンライン記事を音声化するために自然言語処理を利用したChrome拡張機能としてスタートしました。2017年末までに、個人および企業向けにリアルな音声コンテンツを作成するためのツールを提供するようにサービスを拡大しました。現在、Play.htは世界有数のAI音声プラットフォームとして、世界中の大企業に最高品質のテキスト読み上げサービスを提供しており、ほぼすべての言語に対応しています。また、このプラットフォームには、AI音声クローンとボイスオーバーの作成に特化したオンラインスタジオもあります。
{% endtab %}

{% tab title="Speechify" %}
Speechify

<https://speechify.com/>
{% endtab %}

{% tab title="Azure TTS" %}

<https://azure.microsoft.com/en-us/products/ai-services/text-to-speech>
{% endtab %}

{% tab title="Artlist" %}
動画クリエイター向けAI音声ジェネレーター

<https://artlist.io/voice-over>

オーディオライブラリで知られるArtlistが、新たに独自のAI音声サービスをリリースしました。
{% endtab %}

{% tab title="OpenAI Voice Engine" %}
OpenAIは最近、完璧に人間の声を再現できる高度な音声モデル「Voice Engine」を発表しました。セキュリティ上の懸念から、OpenAIはこのサービスをすぐには一般公開しないことを決定しました。しかし、ウェブサイトでのデモンストレーションでは、クローンされた音声が非常に本物そっくりであることが示されています。

<https://openai.com/blog/navigating-the-challenges-and-opportunities-of-synthetic-voices>
{% endtab %}
{% endtabs %}

### オープンソースアプリ

{% tabs %}
{% tab title="SoVITs" %}
わずか1分の音声データでも、高品質なTTS（音声合成）モデルの学習に利用できます。

<https://github.com/RVC-Boss/GPT-SoVITS>
{% endtab %}

{% tab title="Stable Audio Open" %}
オーディオサンプルとサウンドデザイン向けのオープンソースモデル

<https://stability.ai/news/introducing-stable-audio-open>
{% endtab %}
{% endtabs %}


---

# Agent Instructions: 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:

```
GET https://docs.aiandbusiness.com/ja/saundomyjikku/yin-sheng-sheng-cheng.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
