Enum LrcVoice
Walaoke voice marker carried on lyric lines.
[SuppressMessage("Design", "CA1028:Enum storage should be Int32", Justification = "byte is intentional — LrcVoice is widely embedded in records and arrays; saving 3 bytes per occurrence matters at scale.")]
public enum LrcVoice : byte
Fields
Default = 0No explicit voice; the line uses propagated state or the document default.
Male = 1Walaoke
M:marker.Female = 2Walaoke
F:marker.Duet = 3Walaoke
D:marker (duet / both).