I've been writing this into my own software to try get as close to 100% voice control as possible with a little bit of Ir for backup, currently have pretty much all media playing commands supporting voice, all your albums can be played with 'play <artist> <album>' which then also adds 'play <track>' voice commands for the album.
Have been adding mapping/navigation system so today I decided to add voice street directory support, have only done a few quick tests (because it takes approximately 2.5 hours to compile the ~32,000 streets in my city into a speech enginebut after thats been done once for each map loads speech data in about 10 seconds), only added 'find <street> <suburb>' so far but it seems to be working pretty good, the downside with having so many possible matches is it decreases the accuracy, the more words in a phrase and the less phrases to match against the more accurate it is.
Anything dictation based is pretty much useless with todays technology, the only real way to get close to 100% is supply it with a list of known commands to match against instead of trying to turn spoken words into what could be any text.



LinkBack URL
About LinkBacks
Reply With Quote
but after thats been done once for each map loads speech data in about 10 seconds), only added 'find <street> <suburb>' so far but it seems to be working pretty good, the downside with having so many possible matches is it decreases the accuracy, the more words in a phrase and the less phrases to match against the more accurate it is.
... so if there's already a good program out there that can accept voice inputs, that'd be great. So what progs would people recommend?



Bookmarks