虚幻商城将于十月中旬迁移至 Fab。 了解详情。

XGVolcanoLink

XG - 代码插件 - 2024/04/15
尚未评分

This plugin helps you connect to the volcano engine for speech synthesis

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

This plugin helps you connect to the volcano engine for speech synthesis.


CurrentPluginVersion:1.1


这个插件帮助你连接火山引擎,实现语音合成等功能.

支持在线语音合成,精品长文本语音合成(创建和查询).


0.Important Things


If you don't create the VolcEngine App,you should create it.


After you create the App, you should enable corresponding function in your VolcEngine control panel,such as TTS.


You have to get some App informat,such as AppID,Token.....


Be careful that some functions are not free.Howover,You can try it for free in a short time.


VolcEngine official website:

VolcEngine


1.Browse the plugin information From document and UE.

You can quickly learn the functions and documentation for each API

[ProjectSettings/XGPlugins/XGVolcanoLinkCoreSettings]


2.TTS


You can call XGVolcanoTTS to finish Text To Speech.


You can choose different speakers, different emotional styles, different languages by entering different parameters.


For the parameter list, refer to the official website.


You can keep the default for test.


3.Other


This plugin does not contain any VolcEngine's files(\*.h,\*.cpp,\*.lib,......)


This plugin does not contain AI code or AI Model code.


This plugin will not send any data to the plugin author.


This plugin was not developed by VolcEngine.


This plugin will only send the interactive data to VolcEngine and recieve the message from VolcEngine . This plugin will not generate any data directly.You must comply with the relevant user and data usage agreements about VolcEngine.These agreements can be found in the VolcEngine website. 


If the plugin is useful for you. Please purchase it in Unreal Engine Marketplace.


Demo Download URL:

[TODO]


Thanks a lot.






技术细节

Features:

  • The one BlueprintAsyncNode is provided to generate voice from text.
  • Manny Settings From VolcEngine WebAPI are supported.
  • More methods will be added in the future.
  • These API are connected with VolcEngine Web API through WebSocket or HTTP.

Code Modules:

  • [XGVolcaneCore] [Runtime]
  • [XGVolcaneTTS] [Runtime]
  • [XGVolcaneLink] [Runtime]

Number of Blueprints:0

Number of C++ Classes: More than 5

Network Replicated: No

Supported Development Platforms: Windows

Supported Target Build Platforms: Windows

Documentation: README