2 implementations of ProcessPhoneme
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
154public void ProcessPhoneme(ref FragmentState fragmentState, AlphabetType alphabet, string ph, char[] phoneIds)
Internal\Synthesis\TextWriterEngine.cs (1)
153public void ProcessPhoneme(ref FragmentState fragmentState, AlphabetType alphabet, string ph, char[] phoneIds)
1 reference to ProcessPhoneme
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
823engine.ProcessPhoneme(ref ssmlAttributes._fragmentState, alphabet, sPh, aPhoneIds);