Thread: Getting information from sound cards

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    1

    Cool Getting information from sound cards

    I am a final year electrical engineering student, and have the joy of having to complete a large project.

    I am going to be processing audio signals within a C progam - where my problems lay. I have sufficent experiance to write most of the code, but I will require the ability to take my input directly from a sound card.

    I am simply woundering if anyone has any experiance of working with sound cards, and if there is any advice they could offer!

    Thanks

    Gareth

  2. #2
    Registered User Cela's Avatar
    Join Date
    Jan 2003
    Posts
    362
    The hardware documentation should tell you how to do it, either by hacking into it with pointers or using a built in API that comes with the sound card. Alternatively you can use a third party library like DirectSound to throw all that behind an abstraction at the cost of a little control. :-)
    *Cela*

  3. #3
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    If you use the Windows OS, you could consider to use the Win32 API functions for waveform processing. Those functions allow you to handle the soundcard on a high level on which you don't need to bother how the driver of your soundcard works.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 6
    Last Post: 07-07-2008, 07:48 AM
  2. DirectSound - multiple sounds
    By Magos in forum Game Programming
    Replies: 9
    Last Post: 03-03-2004, 04:33 PM
  3. Going out of scope
    By nickname_changed in forum C++ Programming
    Replies: 9
    Last Post: 10-12-2003, 06:27 PM
  4. Help me modify my Sound Server
    By zdude in forum C Programming
    Replies: 1
    Last Post: 05-14-2003, 05:15 PM
  5. ALSA sound problem in Linux
    By MathFan in forum Tech Board
    Replies: 0
    Last Post: 04-24-2003, 10:05 AM