Azure TTS

KZ - コードプラグイン - 2021/10/01

Azure Speech Service TTS(Text-to-Speech) plugin

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    4.27
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

Open source Unreal Engine plugin used to convert Text-to-Speech via Microsoft Azure Speech Service.

This plugin does not require any static libraries and external dependencies.


Usage:

There is a "Samples" blueprint class in Content folder of this plugin, it contains detail usage for most blueprint node.


Attentions:

  1. Due to dev environment limitation, I just test my code in UE4.27. If you need test/porting to other UE engine version, feel free to contact me to get source code ( cannot provide source code link here directly since marketplace guideline).
  2. This plugin will be free, but Azure service maybe NOT(depend on what's your choise, pay-as-you-go OR just use FREE layer service for test purpose). Detail prices and capibility please refer to Azure's official document here.


テクニカルノート

Features:

  • Fast and lightly C++ code.
  •   You can create SSML document via Blueprint Function Library in this plugin; Or just hand write SSML.

Code Modules:

  •  AzureTTS(Runtime)

Number of Blueprints:1

Number of C++ Classes:4

Network Replicated: No

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64

Documentation: Please refer to the sample blueprint class, it's very easy to use and already have detail comments.