CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2000
    Posts
    4

    Playing 2 .wav files in sequence

    I am trying to "link" 2 .wav files such that sound1.wav plays then sound2.wav plays. As it stands now sound1.wav begins to play and then sound2.wav plays over the top of sound1.wav effectively canceling out sound1.wav. A wait state would work but I am sure that there is a better way to pull this off.

    thanks in advance




  2. #2
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Re: Playing 2 .wav files in sequence

    Use DirectSound and you can play both at the same time.........look for some samples of DirectSound on some search engines


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

Featured