Skip to content

mrbindraw/SystemAudioVolumeLite

Repository files navigation

SystemAudioVolumeLite

Plugin for the UE4/5 project.
This is a free version of the plugin SystemAudioVolume with the lite functionality.
This plugin can get the default audio device name and change master volume in the system.

C++ / Blueprints functions:

  • GetDefaultDeviceName( ) / GetSystemAudioDefaultDeviceName( )
  • SetMasterVolume( ) / SetSystemAudioMasterVolume( )
  • GetMasterVolume( ) / GetSystemAudioMasterVolume( )
  • GetActiveDevices( ) / GetSystemAudioActiveDevices( )

Install

You can install it from the unreal marketplace SystemAudioVolumeLite
You can install manually by extracting SystemAudioVolumeLite-X.X.X-marketplace-win64-ueX.XX.zip from Releases
to your project plugins folder.

Documentation

README_SystemAudioVolumeLite

Example project

DemoSysAudioVolumeLite