Struct EmphasisSample ​
Namespace: ValveResourceFormat.ResourceTypes
Assembly: ValveResourceFormat.dll
Represents an emphasis sample for voice modulation.
csharp
public readonly struct EmphasisSampleProperties ​
Time ​
Gets the time of the emphasis sample.
csharp
public float Time { get; }Property Value ​
Value ​
Gets the emphasis value.
csharp
public float Value { get; }Property Value ​
See Also ​
https://s2v.app/SchemaExplorer/cs2/soundsystem_voicecontainers/CAudioEmphasisSample

