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