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.