Package Microsoft.Xna.Framework.Audio

Class Summary
AudioEmitter  
AudioListener  
DynamicSoundEffectInstance Provides properties, methods, and events for play back of the audio buffer.
SoundEffect Reference page contains links to related code samples.
SoundEffectInstance Provides a single playing, paused, or stopped instance of a SoundEffect sound.
 

Enum Summary
AudioChannels Defines the number of channels in the audio data.
SoundState Current state (playing, paused, or stopped) of a SoundEffectInstance.
 

Exception Summary
NoAudioHardwareException The exception that is thrown when no audio hardware is present, or when audio hardware is installed, but the device drivers for the audio hardware are not present or enabled.