Skip to content

Commit bd86e0c

Browse files
authored
Create README.md
1 parent 55cb0cd commit bd86e0c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# SystemMicControlLite
2+
Plugin for the UE4/5 project.
3+
This is a free version of the plugin [SystemMicControl (Description)](https://docs.google.com/document/d/1NYCdhVC80tmAJsXnskTMwWl0N258tUetse-EVZI2anY/edit?usp=drive_link) with the lite functionality.
4+
This plugin can get the default microphone device name and change volume in the system.
5+
6+
**C++ / Blueprints functions:**
7+
- GetMicDefaultDeviceName( ) / GetSystemMicDefaultDeviceName( )
8+
- SetMicVolume( ) / SetSystemMicVolume( )
9+
- GetMicVolume( ) / GetSystemMicVolume( )
10+
11+
# Install
12+
You can install it from the unreal marketplace [SystemMicControlLite](https://www.unrealengine.com/marketplace/en-US/product/system-mic-control-lite)
13+
You can install manually by extracting SystemMicControlLite-X.X.X-marketplace-win64-ueX.XX.zip from [Releases](https://github.com/mrbindraw/SystemMicControlLite/releases)
14+
to your project plugins folder.

0 commit comments

Comments
 (0)