Thread: Voice recognition SDK....

  1. #1
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058

    Voice recognition SDK....

    Can anybody recommend a good voice recognition SDK? I have an app written in C that I wish to add voice recognition capabilities.

  2. #2
    Registered User hk_mp5kpdw's Avatar
    Join Date
    Jan 2002
    Location
    Northern Virginia/Washington DC Metropolitan Area
    Posts
    3,817
    I posted a link some time ago... <searching> ahh, here it is. It doesn't directly discuss an SDK if I recall but it does mention that IBM was going to release its voice recognition software to some open source websites. Maybe you can do some searching for it?
    "Owners of dogs will have noticed that, if you provide them with food and water and shelter and affection, they will think you are god. Whereas owners of cats are compelled to realize that, if you provide them with food and water and shelter and affection, they draw the conclusion that they are gods."
    -Christopher Hitchens

  3. #3
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058
    I think the IBM voice recognition sdk may be a little overkill for my app. I did check out MS's version. The SDK is 424 MB's in size. I was looking for something along the lines of a basic voice recognition system. For instance, I would probably create a database of the text version of all voice commands. Then I would translate voice input to text in order to compare the input against the database records and execute a command if the text version of the voice input was found.

    Bob

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. DirectSound header issues
    By dxfoo in forum C++ Programming
    Replies: 0
    Last Post: 03-19-2006, 07:16 PM
  2. Win32 API or Win32 SDK?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 07-20-2005, 03:26 PM
  3. Question..
    By pode in forum Windows Programming
    Replies: 12
    Last Post: 12-19-2004, 07:05 PM
  4. File IO with .Net SDK and platform SDK
    By AtomRiot in forum Windows Programming
    Replies: 5
    Last Post: 12-14-2004, 10:18 AM
  5. Directx SDK Documentation
    By Zoalord in forum Game Programming
    Replies: 4
    Last Post: 05-08-2003, 06:07 AM