DSPRelated.com
Forums

I need Some help regarding speech to Text Conversion task

Started by Unknown December 6, 2004
Hello all,
               I am implementing Speech to Text Conversion task using
MATLAB.
I implemented with LPC  and Kohonnen's neural network to do Speaker
Identification task . Now i am able to idenify the speaker. With the same
method i am able to identify the Vowel sounds also. Further i am not able to
proceed to implement Consonent Conversion. I do not know about Phoneme also.

            Can any body suggest me some useful tip for this,

Thanks in advance,

Athreya Sathish


On Mon, 6 Dec 2004 11:23:21 +0100, "Athreya Sathish"
<saikumar.mangapuram@de.bosch.com> wrote:

>I am implementing Speech to Text Conversion task using MATLAB. > >Athreya Sathish
I have known that such work is not a simple stuff but you did, so I'm much envy you(^^). To my knowledge, the algorithm you are doing will takes long time because of its complexity. Am I right? If so, have you ever get any speed problem for running your program with MATLAB, which is not a machine code specific compiling language. Because I also have to do the similar task and wish to make my program as a m-file as possible for its simplicity, I'd like to know your opinion about the speed of m-files. -- Best regards, James K. (txdiversity@hotmail.com) [HOME] http://home.naver.com/txdiversity
Hi
If its a research project, go right ahead with MATLAB , but for quick
implementation of Voice recognition apps, use the windows built in
VoicetText activeX component.