Skip to content

Commit

Permalink
voice related settings update
Browse files Browse the repository at this point in the history
  • Loading branch information
IlgarLunin committed Sep 11, 2020
1 parent 77610a7 commit 049a00c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,38 @@ This also goes to `Engine.ini`.
[SystemSettings]
voice.SilenceDetectionThreshold=0.01
```
Starting from Engine version 4.25 also put
Starting from Engine version 4.25 also put
```
voice.MicNoiseGateThreshold=0.01
```

Another voice related variables worth playing with
```bash
voice.MicNoiseGateThreshold
voice.MicInputGain
voice.MicStereoBias
voice.MicNoiseAttackTime
voice.MicNoiseReleaseTime
voice.MicStereoBias
voice.SilenceDetectionAttackTime
voice.SilenceDetectionReleaseTime
```

To find available settings type `voice.` in editor console, and autocompletion widget will pop up.

![](pics/voicesettings.png)

Or by executing console command during runtime

![](pics/silencenode.png)

To debug your microphone input you can convert output sound buffer to
unreal sound wave and play it.

![](pics/buffertosound.png)

Above values may differ depending on actual microphone characteristics.

# Platforms supported

**Windows** and **Mac**.
Expand Down
Binary file added pics/buffertosound.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/voicesettings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 049a00c

Please sign in to comment.