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