2 implementations of ProcessProsody
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
160public void ProcessProsody(string? pitch, string? range, string? rate, string? volume, string? duration, string? points)
Internal\Synthesis\TextWriterEngine.cs (1)
164public 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)
905engine.ProcessProsody(sPitch, sRange, sRate, sVolume, sDuration, sContour);