> For the complete documentation index, see [llms.txt](https://docs.digitalhumans.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalhumans.jp/dev/byo-stt-tts/byo-tts-integration.md).

# BYO TTSを利用する（DHKKゲートウェイ）

デジタルヒューマンプラットフォームに準備されている合成音声（Text-to-Speech/TTS）以外を利用する事ができますが、独自に接続する為の仕組みが必要です。外部TTSと接続したい場合はデジタルヒューマン株式会社のプロフェッショナルサービスをご利用ください。

[デジタルヒューマン株式会社に問い合わせる](https://www.digitalhumans.jp/contact)

## **デジタルヒューマンでは下記の音声合成プロバイダーをサポートしています。**

| デジタルヒューマンプラットフォーム | <p><strong>Microsoft Azure</strong><br><a href="https://azure.microsoft.com/ja-jp/products/cognitive-services/text-to-speech/#overview"><https://azure.microsoft.com/ja-jp/products/cognitive-services/text-to-speech/#overview></a><br>Language and voice support for the Speech service<br><a href="https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/language-support?tabs=stt#prebuilt-neural-voices"><https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/language-support?tabs=stt#prebuilt-neural-voices></a><br>P2ではAzureのカスタムニューラルボイスに対応予定です。<br><strong>Google Text-to-Speech</strong><br><a href="https://cloud.google.com/text-to-speech/"><https://cloud.google.com/text-to-speech/></a><br>サポートされている音声と言語<br><a href="https://cloud.google.com/text-to-speech/docs/voices?hl=ja"><https://cloud.google.com/text-to-speech/docs/voices?hl=ja></a><br>Google Custom Voiceは標準サポートしておりませんが、開発にて対応する事が出来ます。弊社までお問い合わせください。<br><strong>Eleven Labs</strong><br><a href="https://elevenlabs.io/ja/text-to-speech"><https://elevenlabs.io/ja/text-to-speech></a></p> |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 日本国内向け 対応         | <p>上記に加えて、下記の国産TTSプロバイダー様の合成音声を利用する事が出来ます。<br><strong>• FutureVoice Crayon（NTTテクノクロス）</strong><br><a href="https://www.futurevoice.jp/"><https://www.futurevoice.jp/></a><br>SynAnimをつかったアクションが利用できます。<br><strong>\~\~\~\~</strong>P2では下記のTTSプロバイダには対応予定はありません。（2024年4月1日現在）<br><del><strong>• AITalk（エーアイトーク）</strong></del><br><a href="https://readspeaker.jp/"><del><https://www.ai-j.jp></del></a><br><del><strong>• ReadSpeaker（リードスピーカー, 旧VoiceText）</strong></del><br><a href="https://readspeaker.jp/"><del><https://readspeaker.jp></del></a><br><del><strong>• CoeFont</strong></del><br><del><strong>• Watson</strong></del><br><del><strong>• CLOVA</strong></del><br><del><strong>• その他のTTSプロバイダー</strong></del><br><del>上記以外のTTSプロバイダーでも接続が可能です。開発が伴いますのでお問い合わせください。</del></p>                                                                                                                                                                                                                                                                                                                            |


---

# 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.digitalhumans.jp/dev/byo-stt-tts/byo-tts-integration.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.
