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