Namespace SipLib.Audio.Windows
Classes
WaveOutDest
Class that implements the NAudio IWaveProvider interface for the Wave API for the NAudio class library. Applications that use class library do not normally need to use this class.
WindowsAudioIo
This class uses the Windows Wave API to capture audio from a microphone and to send audio to the speakers or a headset. It is intended for use with Voice Over IP (VoIP) applications running under Windows.
WindowsAudioUtils
Enums
WaveAudioStatusEnum
Enumeration for the values returned by the StartAudio method of the WindowsAudioIo class.
Delegates
AudioDeviceStateChangedDelegate
Delegate type for the AudioDeviceStateChanged event of the WindowsAudioIo class.
AudioInSamplesReadyDelegate
Delegate type for the AudioInSamplesReady event of the WindowsAudioIo class.