Thread: interfacing sound card

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    1

    Thumbs down interfacing sound card

    hello guys I wish to interfqace the sound card to write a cool Speech recognition program in c

    Please can any 1 help?

    I w'll be great ful

  2. #2
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    What are you asking for exactly? Links? Source?

    I would suggest using an API for doing your sound IO cuz low level programming is fairly time consuming. I'd suggest DirectSound. You could use OpenAL, although it isn't exactly the best.

  3. #3
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231

    Re: interfacing sound card

    >Please can any 1 help?
    Yes
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  4. #4
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    What OS are you using? If you are using Windows, then you could use the functions of the Win32 API for MultiMedia to interface with the soundcard. It makes it very simple, just reading and writing waves from and to the soundcard.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Bitwise Unwanted Output
    By pobri19 in forum C++ Programming
    Replies: 4
    Last Post: 09-15-2008, 04:07 AM
  2. Vector out of range program crash.
    By Shamino in forum C++ Programming
    Replies: 11
    Last Post: 01-18-2008, 05:37 PM
  3. Blackjack
    By Tommo in forum C Programming
    Replies: 10
    Last Post: 06-20-2007, 08:07 PM
  4. How can I access a struct (from a header file)?
    By loxslay in forum C++ Programming
    Replies: 3
    Last Post: 10-07-2006, 01:25 PM
  5. Low latency sound effects
    By VirtualAce in forum Game Programming
    Replies: 0
    Last Post: 12-21-2004, 01:58 AM