DirectSound 3-D Listeners

A 3-D listener represents the person who hears sounds generated by sound buffer objects in 3-D space. The IDirectSound3DListener interface controls the listener's position and apparent velocity in 3-D space. It also controls the environment parameters that affect the behavior of the DirectSound component, such as the amount of Doppler shifting and volume attenuation applied to sound sources far from the listener.

This section describes how your application can obtain a pointer to an IDirectSound3DListener interface and manage listener parameters by using interface methods. The following topics are discussed: