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