6 references to ToBytes
System.Speech (6)
AudioFormat\SpeechAudioFormatInfo.cs (1)
153
byte[] abWfx = wfx.
ToBytes
();
Internal\SapiInterop\SpAudioStreamWrapper.cs (1)
32
_wfx = wfx.
ToBytes
();
Internal\Synthesis\AudioBase.cs (2)
120
Begin(wfx.
ToBytes
());
263
bw.Write(waveEx.
ToBytes
());
Internal\Synthesis\AudioFileOut.cs (1)
226
return _wfxOut.
ToBytes
();
Internal\Synthesis\TTSVoice.cs (1)
121
_waveFormat = WAVEFORMATEX.Default.
ToBytes
();