views:

81

answers:

4

Hi All,

I just want to know if there is any build in libraries or external libraries in java or C# that allow me to take an audio file and parse it and extract the text from it

I need to make an application to do so , but I don't know from where I can start?

any help will be appreciated

Thanks in Advance

A: 

You might check Microsoft Speech API. I think they provide a SDK that you can use for your objective.

jassuncao
+3  A: 

Here are some of your options:

ohadsc
A: 

For Java, it seems there is a solution from Sun: javax.speech.recognition

Grant Peters
A: 

For some background on C#/.NET/MS Speech, see discussion in http://stackoverflow.com/questions/3865351/prototype-based-on-speech-recognition/3867083

Michael Levy