2 types derived from AudioBase
System.Speech (2)
Internal\Synthesis\AudioDeviceOut.cs (1)
14
internal class AudioDeviceOut :
AudioBase
, IDisposable
Internal\Synthesis\AudioFileOut.cs (1)
14
internal class AudioFileOut :
AudioBase
, IDisposable
4 references to AudioBase
System.Speech (4)
Internal\Synthesis\EngineSite.cs (2)
269
internal void InitRun(
AudioBase
audioDevice, int defaultRate, Prompt prompt)
313
private
AudioBase
? _audio;
Internal\Synthesis\EngineSiteSapi.cs (1)
123
byte[]? waveFormat = System.Speech.Internal.Synthesis.
AudioBase
.GetWaveFormat(reader);
Internal\Synthesis\VoiceSynthesis.cs (1)
1784
private
AudioBase
_waveOut;