New website · Preview
3DImage not available
3D model download

Easy Voice Chat download unreal engine 4 assets

Easy Voice Chat lets you add custom voice communication to your game. Voice data is provided as a byte array which can then be sent over the network using RPCs. This means it is completely independent of the Online Sessions system, and so can work without hav

Model code
48470
5.00 USD
ABOUT THIS MODEL

Description & specifications

Easy Voice Chat lets you add custom voice communication to your game. Voice data is provided as a byte array which can then be sent over the network using RPCs. This means it is completely independent of the Online Sessions system, and so can work without having to create a session.


The Voip Manager component captures audio, and then passes it to blueprints via an event. The Voip Audio component plays compressed audio back. Both of these components can be attached to any actor, meaning that you can have audio not just for within a game, you can also have it within lobbys or when spectating etc.


Uses New Audio Engine SynthComponent for audio playback, which allows you to easily apply DSP effects!


Please check the documentation to configure your project to be able to use the plugin, there are a few config changes required to get it working as intended.


Version 1.2 (28th December 2020)

Only a set of minor improvements to reduce the steps needed to get it working as intended. Documentation has been vastly improved for readability. Read the upgrade notes if youre upgrading from an older version. There is a slightly improved example project available too.

Technical Details

Features:

  • Voip Manager for voice capture
  • Voip Audio for voice playback
  •  Blueprint exposed voice related events (Started talking, stopped talking, Microphone volume etc.)
  • Uses normal VOIP Project Settings for configuration

Code Modules:

  •  Runtime: EasyVoiceChat


Number of C++ Classes: 3

Network Replicated: No - Handle this yourself in Blueprints

Supported Development Platforms: Win32, Win64

Supported Target Build Platforms: Win32, Win64

Documentation: Link

Example Project: Link (4.21-4.24) Link (4.25+)

Important/Additional Notes:

Make sure to enable the voice module for your project (see documentation to know how). Please read other aspects of the documentation such as increasing the bandwidth of your NetDriver.