13 references to Ipa
System.Speech (13)
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (1)
270
case AlphabetType.
Ipa
:
Internal\SrgsParser\XmlParser.cs (1)
392
grammar.PhoneticAlphabet = AlphabetType.
Ipa
;
Internal\Synthesis\SSmlParser.cs (4)
723
AlphabetType alphabet = AlphabetType.
Ipa
;
740
alphabet = AlphabetType.
Ipa
;
791
alphabet = AlphabetType.
Ipa
;
794
case AlphabetType.
Ipa
:
Internal\Synthesis\TextWriterEngine.cs (1)
156
if (alphabet != AlphabetType.
Ipa
)
Internal\Synthesis\TTSEngineProxy.cs (3)
75
if (alphabet == AlphabetType.
Ipa
)
89
return AlphabetType.
Ipa
;
183
if (alphabet == AlphabetType.
Ipa
)
Internal\Synthesis\VoiceSynthesis.cs (1)
899
if ((_ttsInterest & (1 << (int)TtsEventId.Phoneme)) != 0 && engineProxy.EngineAlphabet != AlphabetType.
Ipa
)
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
67
case AlphabetType.
Ipa
:
Recognition\SrgsGrammar\SrgsToken.cs (1)
137
case AlphabetType.
Ipa
: