|
|
Or, use your gamerDNA username: (more...)
| ||||||
| |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
| | #1 (permalink) |
| Registered User Join Date: Jan 2002
Posts: 1
| Looking for coding advice Hey, got a quick question for all you guys. I want to start doing independent development on some ideas that I have, basically some simple medical devices. However, I know pretty much nothing about basic coding, and how this could be done. Quick diagram: input sounds -> check against database of words (imagine a tiny version of that Ford Sync) -> output If anyone has any ideas or would be willing to throw in their two cents, let me know! |
| | |
| | #3 (permalink) |
| I'm dangerous! Join Date: Jan 2002 Location: Atlanta
Posts: 891
| You know nothing about basic coding? This could be an undertaking even for professionals. If you are lucky, someone has already written some public-source voice recognition software. See if you can find something and determine what language it uses. I would break it up into three portions. First, and definitely the most difficult, you need to process the incoming sound and spit out words. Second, create a dictionary and corresponding function to take a key and spit out a definition. This should be the easiest as there are dozens of ways to accomplish this feat. Finally, take the definition and output it to whatever device you intend (file, speakers, etc). If nothing else, pet projects like these are the best way to learn how to program.
__________________ If God didn't want us to eat animals, why did He make them out of meat? |
| | |
| | #4 (permalink) | |
| Registered User Join Date: Feb 2006
Posts: 1,657
+5 Internets | Quote:
I'm sure you're aware that it'll be a lot of work if you don't have prior programming experience. | |
| | |
| | #5 (permalink) |
| Cracker ass cracker Join Date: Nov 2004 Location: Cave
Posts: 541
| 1. buy api that already does speech recon 2. take api's output and process it how you want to 3. make a nice UI KISS - always. if you haven't seen Dragon Naturally Speaking in action its pretty bad ass.
__________________ Waiting for [mmo name] to save us from [last mmo we were waiting for] |
| | |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
| |