Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

C Program to read Speech from Souncard

Options
  • 13-11-2004 6:34pm
    #1
    Closed Accounts Posts: 1,541 ✭✭✭


    Hi All,

    I am looking for a C pogram to read in speech from the souncard to use in a speech recognition program. I allready got it working in Matlab as there is a function in Matlab to do this but does any1 know if there is a c or c++ program out there that I could use to just read in the speech and perhaps store it in a File.? Also do I need a special driver to do this on Windows XP.?

    Thanks :)


Comments

  • Registered Users Posts: 515 ✭✭✭NeverSayDie


    This article/source might be of some use: MCI intro

    Other than that, your best bet is the MSDN. Might try under DirectSound/DirectShow - various APIs there for recording/storing audio input, AFAIK.


Advertisement