CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Mixed Sounds

  1. #1
    Guest

    Mixed Sounds

    Hi!
    I'm trying to send two sounds at the same time? I tired sndPlaySound and PlaySound. Both doesn't work. It there any other way out? If yes, how?
    Thanks.


  2. #2
    Guest

    Re: Mixed Sounds

    you can play a midi and a wave at the same time but not
    two of the same type. the only way to achieve this is
    through direct sound.


  3. #3
    Guest

    Re: Mixed Sounds

    How do i do that?


  4. #4
    Guest

    Re: Mixed Sounds

    try looking for a tetris game on this site called CGTetris and get the scource code that should help

    later mw


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