4.6.0
This commit is contained in:
@@ -24,7 +24,8 @@ namespace SteamAudio
|
||||
public enum AudioEngineType
|
||||
{
|
||||
Unity,
|
||||
FMODStudio
|
||||
FMODStudio,
|
||||
Wwise
|
||||
}
|
||||
|
||||
[CreateAssetMenu(menuName = "Steam Audio/Steam Audio Settings")]
|
||||
@@ -34,6 +35,7 @@ namespace SteamAudio
|
||||
public AudioEngineType audioEngine = AudioEngineType.Unity;
|
||||
|
||||
[Header("HRTF Settings")]
|
||||
public bool hrtfDisabled = false;
|
||||
public bool perspectiveCorrection = false;
|
||||
[Range(.25f, 4.0f)]
|
||||
public float perspectiveCorrectionFactor = 1.0f;
|
||||
|
||||
Reference in New Issue
Block a user