Re: VB - Play multiple wav files at the same time.
Well, Hi, Sorry for replying here. Is it available for latest versions of VB.NET? If so, How to achieve a similar approach? I was asking here and looking around the web, No results were found covering DirectX DirectSound in a fully-documented way. "winmm.dll" and/or 3rd party references [like NAudio.dll] would be fine. Thanx in advance.
Re: VB - Play multiple wav files at the same time.
Originally Posted by Arnoutdv
This thread is 21 years old...
I see, despite my basic math is awful. What should we do you say? I need to implement similar goal in an already complex piece of code which performs some communication things, database magics, beside a good looking graphical environment. Didn't know that having simultaneous sounds requires to mimic a mixer, coding a whole synthesizer machine and mastering acoustics. : (
Re: VB - Play multiple wav files at the same time.
You can use windows media player control, you can create in code or add as many to your form as you need. I create an array and create them dynamically. WMP plays files asynchronously.