Jump to content

Designing software with voice recognition

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
Miloshes

Miloshes

    Newbie

  • Members
  • Pip
  • 4 posts
Hi guys, I need to design a software with built-in voice recognition. It is a part of my final project for school... The problem is that I can't come with any idea. It could be a little game or some editor (no paint or text editor) or something else. It should use (recognise) isolated words and should be extendable (possible to add more functionality later). I would like the recognition to be reasonable (user will work more efficiently using his voice).

Only thing I need is a little kick up about what application should I create...

Please anyone, HELP MEE :mellow:

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
What about a folder navigation utility to help the physically disabled?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Miloshes

Miloshes

    Newbie

  • Members
  • Pip
  • 4 posts

WingedPanther said:

What about a folder navigation utility to help the physically disabled?

Not bad, I will consider it.
One of my earlier ideas was an application running in background which was supposed to help with general editing. The commands I was thinking about were copy, cut, paste, undo, redo... But my supervisor told me, that something similar is available in Windows Vista so it's useless to do the same thing again. And I guess it could be the same story with folder navigation utility.

I'm not familiar with he voice recognition in Vista and its features but I guess they have solved the folder navigation by voice.

But I still appreciate your answer.

Any other suggestions?

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
A games along the lines of "Do you know the words?" where you have to speak the word that finishes the quote.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
Miloshes

Miloshes

    Newbie

  • Members
  • Pip
  • 4 posts

WingedPanther said:

A games along the lines of "Do you know the words?" where you have to speak the word that finishes the quote.

Sorry, I forgot to mention that I will be able to recognise only a small number of words (10-20). So they should represent commnads that will be repeated over time.

I think that my application should be designed to help people with disabilities because this field offers many opportunities. I just got an idea to make voice controlled mouse cursor motion and clicking. I am curious if that would work :mellow:

#6
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
How about a maze and you tell it to go left right up or down?

How about some type of shopping cart? View Categories, View Items in Category, Buy Item, View Cart, Delete Item, etc.

#7
Miloshes

Miloshes

    Newbie

  • Members
  • Pip
  • 4 posts

BlaineSch said:

How about a maze and you tell it to go left right up or down?

This would be too simple...

BlaineSch said:

How about some type of shopping cart? View Categories, View Items in Category, Buy Item, View Cart, Delete Item, etc.

Shopping cart is bound to a web page (e-shop) but I would rather make a desktop stand-alone application...

Anyway, thank you for new ideas :thumbup1: