2 implementations of ProcessProsody
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
160
public void
ProcessProsody
(string? pitch, string? range, string? rate, string? volume, string? duration, string? points)
Internal\Synthesis\TextWriterEngine.cs (1)
164
public void
ProcessProsody
(string? pitch, string? range, string? rate, string? volume, string? duration, string? points)
1 reference to ProcessProsody
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
905
engine.
ProcessProsody
(sPitch, sRange, sRate, sVolume, sDuration, sContour);