6 references to ContourPointChangeType
System.Speech (6)
Internal\Synthesis\SSmlParser.cs (3)
1560
points.Add(new ContourPoint(0, target.Number,
ContourPointChangeType
.Hz));
1575
points.Add(new ContourPoint(timePosition.Number, target.Number, (hz ?
ContourPointChangeType
.Hz :
ContourPointChangeType
.Percentage)));
Synthesis\TTSEngine\TTSEngineTypes.cs (3)
320
public
ContourPointChangeType
ChangeType { get { return _changeType; } /* internal set { _changeType = value; } */ }
321
public ContourPoint(float start, float change,
ContourPointChangeType
changeType)
355
private
ContourPointChangeType
_changeType;