This week's book giveaway is in the Agile and Other Processes forum.
We're giving away four copies of Darcy DeClute's Scrum Master Certification Guide: The Definitive Resource for Passing the CSM and PSM Exams and have Darcy DeClute on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Project on speech verification

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am making a project on speech verification.Please give some Idea to recognize voice.
 
lowercase baba
Posts: 13089
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
do you need to write it yourself, or are you looking to use/purchase a third party package that will do it for you?
 
arun singhal
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
actually..
We are three student of b.tech. we choose a project on speech recognition to do in this semester.
But after studying a lot of on this project we are not understanding that how can start to write code of this.
So please give some Idea to start.
Or if anyone have code for this.Please give me that code so that at least we will start to write code for this.
I will be very grateful for that.....
Please help me....
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you looked at Sun's Speech Recognition document?
 
arun singhal
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have read this document.
But we have instructed not to use inbuilt java library to make this project like javax.speech.
we can use HMM(Hidden markov model ) for speech recognition.
So if someone have code for speech recognition using HMM or have some idea.Then please help me...
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's a tough problem indeed - it's still actively researched, and not everything about it is yet understood. There's an implementation for javax.speech called Sphinx - you may get some information from the web site, even if you can't use the software.

This should also help: http://cslu.cse.ogi.edu/HLTsurvey/ch1node2.html
 
Marshal
Posts: 28009
94
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Unfortunately Internet forums cannot be helpful when your question is something like "I don't have a clue about this topic". You would have more chance of getting an answer if you had a specific question. And as for asking for code, I think you're getting a bit ahead of yourself. Shouldn't you be designing something and then looking for code to do that something? (Assuming you're allowed to do your project by soliciting code from other people, that is.)
 
fred rosenberger
lowercase baba
Posts: 13089
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

arun singhal wrote:Please give me that code so that at least we will start to write code for this.



How about this:

that's usually How I start my projects.

But in all seriousness...You can't expect to ask such broad, open questions like this and get specific answers. The broader your question, the broader the answer.

I'd start by doing research. figure out what needs to be done. Are you recording/translating live input or a pre-recorded file? Will it be local, or do you have to connect to a remote server to get the input? What format does the output have to be?

A lot of that you can work on without ever writing a single line of 'speech verification'.

While you work on that code, you can research the other parts.

 
Marshal
Posts: 78695
374
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

fred rosenberger wrote:...You can't expect to ask such broad, open questions like this and get specific answers. . . .

Least of all on a "beginning" forum. Moving thread.
 
Can you shoot lasers out of your eyes? Don't look at this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic