Voice recognition SDK....

This is a discussion on Voice recognition SDK.... within the C Programming forums, part of the General Programming Boards category; Can anybody recommend a good voice recognition SDK? I have an app written in C that I wish to add ...

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

    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,675
    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?
    I used to be an adventurer like you... then I took an arrow to the knee.

  3. #3
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,059
    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, 06: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, 06:05 PM
  4. File IO with .Net SDK and platform SDK
    By AtomRiot in forum Windows Programming
    Replies: 5
    Last Post: 12-14-2004, 09:18 AM
  5. Directx SDK Documentation
    By Zoalord in forum Game Programming
    Replies: 4
    Last Post: 05-08-2003, 06:07 AM

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21