AudioEngineSettings Class
Namespace: Stride.AudioAssembly: Stride.Audio.dll
Derived from AudioEngineSettings:
[DataContract]
[Display("Audio", null)]
public class AudioEngineSettings : Configuration
Name | Description | |
---|---|---|
Properties | ||
HrtfSupport | Enables HRTF audio. Note that only audio emitters with HRTF enabled produce HRTF audio |
Properties
HrtfSupport
Enables HRTF audio. Note that only audio emitters with HRTF enabled produce HRTF audio
[DataMember(10)]
[Display("HRTF (if available)", null)]
public bool HrtfSupport { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |