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