2 instantiations of SpeechSeg
System.Speech (2)
Internal\Synthesis\SpeakInfo.cs (2)
54AddNewSeg(new SpeechSeg(audio)); 62AddNewSeg(new SpeechSeg(ttsVoice));
6 references to SpeechSeg
System.Speech (6)
Internal\Synthesis\SpeakInfo.cs (5)
68internal SpeechSeg? RemoveFirst() 70SpeechSeg? speechSeg = null; 84private void AddNewSeg(SpeechSeg pNew) 102private List<SpeechSeg> _listSeg = new(); 105private SpeechSeg? _lastSeg;
Internal\Synthesis\VoiceSynthesis.cs (1)
854for (SpeechSeg? speechSeg; (speechSeg = speakInfo.RemoveFirst()) != null;)