Microsoft DirectX 9.0

Duplicating Buffers

You can create two or more secondary buffers containing the same data by using the IDirectSound8::DuplicateSoundBuffer method. You cannot duplicate the primary sound buffer. Because the duplicate buffer shares memory with the original buffer, changes to the data of one buffer will be reflected in duplicate buffers.