1 override of WaveFormat
System.Speech (1)
Internal\Synthesis\AudioFileOut.cs (1)
222
internal override byte[]
WaveFormat
2 references to WaveFormat
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
882
_waveOut.Begin(voice!.WaveFormat(_waveOut.
WaveFormat
));
893
byte[] outputWaveFormat = voice.WaveFormat(_waveOut.
WaveFormat
);