Thread: Speech input to text output

  1. #1
    Registered User
    Join Date
    Dec 2010
    Posts
    10

    Speech input to text output

    Hello Everyone,

    I want to write a C program which takes an audio/speech input and save it as a text into a file.

    For instance:

    Voice input: Hello

    Text output: Hello (as string saved into a file)

    I appriciate any suggestions. If you know an open source c-program (software) that does this job, please let me know.
    Thanks,

    Joealem.

  2. #2
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    Quite ambitious, if you plan on writing this yourself!

    I imagine you have already Googled this, would you mind sharing what you learned? It's a very interesting project.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    > I want to write
    Meaning you need to hand something in...

    > If you know an open source c-program
    Meaning you don't want to write it, if you can possibly avoid it.

    It also means you haven't used google either.
    SourceForge.net: Software Search
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. displaying text below user input (cin)
    By MilkyJoe in forum C++ Programming
    Replies: 4
    Last Post: 10-18-2009, 03:00 PM
  2. can someone help me with these errors please code included
    By geekrockergal in forum C Programming
    Replies: 7
    Last Post: 02-10-2009, 02:20 PM
  3. Trouble with a lab
    By michael- in forum C Programming
    Replies: 18
    Last Post: 12-06-2005, 11:28 PM
  4. Base converter libary
    By cdonlan in forum C++ Programming
    Replies: 22
    Last Post: 05-15-2005, 01:11 AM
  5. Outputting String arrays in windows
    By Xterria in forum Game Programming
    Replies: 11
    Last Post: 11-13-2001, 07:35 PM

Tags for this Thread