D
D
darkwhiteman2014-05-18 00:53:53
C++ / C#
darkwhiteman, 2014-05-18 00:53:53

How to make simultaneous (multi-threaded) playback of sounds in c#?

I'm making a music synthesizer in WPF.
I am using SoundPlayer. But one sound overlaps another. It needs to be simultaneous playback.
Here are my sources
yadi.sk/d/Yw5IfXcuQXuoP

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
askeet, 2014-05-27
@askeet

Create two instances of SoundPlayer in different threads and synchronize them with each other.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question