Voice Recognition

ROHAN KAPOOR

ROHAN KAPOOR

@rohan-kapoor-mMxRbC Oct 22, 2024
my final year project is voice recogniton....
but i got stuckd....
i m unable to do anything plz help...
i m using java

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Reya

    Reya

    @reya-SMihdC Dec 9, 2011

    Which application are you going to use?

    Can you elaborate more about your project?
  • ROHAN KAPOOR

    ROHAN KAPOOR

    @rohan-kapoor-mMxRbC Dec 9, 2011

    hmm... input will be "voice input input character by character" and simultaneously it will display on it on the screen.this is my 1st stage... i have tried it with sphinx4 but i m not able to create my own code,dictionary.. and my guide is of no use...
  • ROHAN KAPOOR

    ROHAN KAPOOR

    @rohan-kapoor-mMxRbC Dec 9, 2011

    plz somebody help me....
  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww Dec 9, 2011

    I saw some voice recognization application based on MATLAB. Try to find the interface between MATLAB and your Java based app it may make your work easy.
  • Rupam Das

    Rupam Das

    @rupam-das-wW5CvN Dec 22, 2011

    First record voice using java. It will generate .wav file.

    Read the content of of the file using wave file reader. These are in octate format.
    Take 128 point FFT of these values.
    Encode result of FFT with a quantizer called features. and compare two voice features using Nearest Neighbor classifier.

    All codes are available in internet. You need to look around for modules and not the source code of your project.
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Dec 22, 2011

    This gives a complete detail about Java Speech API: #-Link-Snipped-#