Results 1 to 6 of 6

Thread: VB - Play multiple wav files at the same time.

  1. #1

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    VB - Play multiple wav files at the same time.

    This example shows you how to use DX to play mutliple wave files at the same time .
    Attached Files Attached Files

  2. #2
    Hyperactive Member pourkascheff's Avatar
    Join Date
    Apr 2020
    Location
    LocalHost
    Posts
    384

    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.

  3. #3
    PowerPoster Arnoutdv's Avatar
    Join Date
    Oct 2013
    Posts
    6,738

    Re: VB - Play multiple wav files at the same time.

    This thread is 21 years old...

  4. #4
    PowerPoster
    Join Date
    Jul 2010
    Location
    NYC
    Posts
    7,656

    Re: VB - Play multiple wav files at the same time.

    Does the Microsoft.DirectX.DirectSound library no longer work?

  5. #5
    Hyperactive Member pourkascheff's Avatar
    Join Date
    Apr 2020
    Location
    LocalHost
    Posts
    384

    Re: VB - Play multiple wav files at the same time.

    Quote Originally Posted by Arnoutdv View Post
    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. : (

  6. #6
    Lively Member vbLewis's Avatar
    Join Date
    Feb 2009
    Location
    USA
    Posts
    127

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width