3
votes

I want to be able to precisely control the timing of .wav files played in my program. I also want to be able to play more than one .wav file at the same time. The SoundPlayer was not good enough because I can't play two sounds at once, and even when I play different sounds consecutively, there is about a 1/8th second delay between each sound, which is unacceptable for what I am doing. I cannot find a way to add a Device using SharpDX.

1

1 Answers

0
votes

You have a directsound sample in sharpdx, should get you started.

Also you can have a look at NAudio , which should also fit your needs and be a bit easier to use.