CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2005
    Posts
    7

    Exclamation Working With Sound Blaster Audigy sound card

    Hi all

    How to work with soundblaster Audigy Sound card from vb.net or from any other lnguage.

    I want to use this sound card for distributing five channels each playing a different song on winamp from a single machine.

    waiting for reply

  2. #2
    Join Date
    Feb 2000
    Location
    OH - USA
    Posts
    1,892

    Re: Working With Sound Blaster Audigy sound card

    Take a look at DirectX, more specifically, DirectSound. This will allow you to accomplish your goal.

    http://msdn.microsoft.com/directx/sdk/
    Good Luck,
    Craig - CRG IT Solutions - Microsoft Gold Partner

    -My posts after 08/2015 = .NET 4.x and Visual Studio 2015
    -My posts after 11/2011 = .NET 4.x and Visual Studio 2012
    -My posts after 02/2010 = .NET 4.0 and Visual Studio 2010
    -My posts after 12/2007 = .NET 3.5 and Visual Studio 2008
    -My posts after 04/2007 = .NET 3.0 and Visual Studio 2005
    -My posts before 04/2007 = .NET 1.1/2.0

    *I do not follow all threads, so if you have a secondary question, message me.

  3. #3
    Join Date
    Oct 2005
    Posts
    7

    Re: Working With Sound Blaster Audigy sound card

    Thanks For Information.
    I have download DirectX
    I have read the documentation.I think it will help me.
    But I am totally new to this topic Plz help me which functions I have to use

    I have come to know that Waitforsingleobject() and waitformultipleobjects() would help me.
    I really do not know about this. I might have to use DirectSound or DirectSoundCapture modules from DirectX
    Waiting for your reply
    Deepak Acharya

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