Home >> Electronics >> Converting voice message to a text signal
Converting voice message to a text signal
| Views: 127233
Do you want to do this project?
SOFTWARE SOLUTION
your first task to convert the data it can achieved by a normal mic connected to your pc now to convert speech to text there are few defined ways
1. if user speaks english then on your pc use the voice recongnisation utility by importing its dll to your application. But if you want to design a hardware sort of thing then you will have to hard code the patterns and there meaning on the microprocessor.
2. if the user do not speak english then using a back end server dbms prog will be more effective now each caracter has to be mapped.
its not easy as there are millions to billlions of entries for each lang and mining such data you should have a sound knowledge of dbms and mining
* the only problem that you phase here is identifying the patterns as the various mic have diffrent number of channel and to filter it to a phone line will help as there are only 24 frequencies to be ientified
ok this voice will be conveted to text after that use seril communication to communicate with any peripheral.
this is not tough but time consuming process
if you are from electronics i will suggest using the atom processor as it is cheap and controls all the flows of data perfectly and you can have windows installed on it and programming in c++ or C# using visual studio for a perfect interface
if you find this info lacking of something mail me @
bhavishya.chauhan@gmail.com
|
Page 14 of 33
|

