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