Class Sentence
- Namespace
- ValveResourceFormat.ResourceTypes
- Assembly
- ValveResourceFormat.dll
Represents a sentence with phoneme and emphasis data for voice playback.
public class Sentence
Inheritance
Inherited Members
Properties
EmphasisSamples
Gets the emphasis samples for voice modulation.
public EmphasisSample[] EmphasisSamples { get; init; }
Property Value
RunTimePhonemes
Gets the phoneme tags for lip-sync.
public PhonemeTag[] RunTimePhonemes { get; init; }
Property Value
ShouldVoiceDuck
Gets a value indicating whether voice ducking should be applied.
public bool ShouldVoiceDuck { get; init; }