DirectSound: How to copy buffer with effects?

Started by
-1 comments, last by Peejay C 19 years, 6 months ago
Hi! I'm new to DirectX, and I'm using Managed DirectX in C#. Now my problem is this: how can I copy the contents of one SecondaryBuffer object (with some effects applied to it) to another SecondaryBuffer object? I tried to use the Read() method of the SecondaryBuffer object, but only the original WAV file is copied, no effects applied. :( Thanks in advance! -=[ Peejay ]=-
-=[ Peejay ]=-

This topic is closed to new replies.

Advertisement