Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbindraw authored Jul 9, 2024
1 parent 43a747e commit a267afd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# SystemAudioVolumeLite
Plugin for the UE4/5 project.
This is a free version of the plugin [SystemAudioVolume (Description)](https://docs.google.com/document/d/1cu7_C6m7PjgYM4N6uHciWxYT0DFLA1L6_ggmiTWnmrI/edit?usp=drive_link) 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( )

# Install
You can install it from the unreal marketplace [SystemAudioVolumeLite](https://www.unrealengine.com/marketplace/en-US/product/system-audio-volume-lite)
You can install manually by extracting SystemAudioVolumeLite-X.X.X-marketplace-win64-ueX.XX.zip from [Releases](https://github.com/mrbindraw/SystemAudioVolumeLite/releases)
to your project plugins folder.

0 comments on commit a267afd

Please sign in to comment.