Azure TTS

KZ - 代码插件 - 2021/10/01

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

  • 支持的平台
  • 支持的引擎版本
    4.27
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

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.