Eleven Voice

Yuri N Kalinin - Code Plugins - Jun 2, 2023

ElevenLabs.io API integration

  • Supported Platforms
  • Supported Engine Versions
    5.0 - 5.3
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.
  1. Use ElevenLabs AI text-to-speech to create voice for your game characters right in Unreal Editor. Import Data Table with list of phrases from CSV or JSON (or create it in the UE) and convert it to set of SoundWave asset by two clicks. Then, re-generate assets separately to get desired intonation.
  2. Generate speech from text in runtime, just like with any other popular TTS service.


Video - YouTube


Runtime generation supports streaming in two modes: via HTTP (to provide full input text and receiva audio in chunks) and via web socket (to provide input text by chunks).

Technical Details

Features:

  •  access to all voices in your account from editor and blueprints
  •  batch generate speech assets for data table
  •  batch re-generate and re-generate voice in separate SoundWave assets
  • supports streamed text-to-speeh in runtime

Code Modules:

  •  ElevenVoice (Runtime)
  •  ElevenVoiceEditor (UncookedOnly) 

Number of Blueprints: 0

Number of C++ Classes: 10

Network Replicated: No

Supported Development Platforms: Windows 64, Linux

Supported Target Build Platforms: Windows 64, Linux, Android, HoloLens 2

Documentation: [PDF]

Example Project: [5.2]

Important/Additional Notes: You need ElevenLabs.io account to use this plugin. They have free subscription plan.