The Following 38 Users Say Thank You to BluesLee For This Useful Post: | ||
ahmadamaj, ajack, baem90, Bahador, BananaOnDrugs, banong, bingomion, Crogge, cy8aer, don.edri, duesselschorsch, ersanpermana, et3rnal, fw190, HtheB, ibrakalifa, imo, Iryus, Jordi, khan.orak, lorenzo, Maj3stic, MaKenZi, mariusmssj, marmistrz, MartinK, mike_shenoda, nicholes, nsuffys, PUNK, reinob, rotoflex, samipower, saponga, taixzo, thedead1440, turbovomit, ukki |
|
2012-09-22
, 18:08
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#3
|
The Following 2 Users Say Thank You to nicholes For This Useful Post: | ||
|
2012-09-23
, 01:50
|
Posts: 959 |
Thanked: 3,427 times |
Joined on Apr 2012
|
#5
|
vim -c ':/description' -c ':.-1' -c ":1,. d" -c ":.+1" -c ":.,$ d" -c ":wq!" ${file_prefix}.html
The Following 3 Users Say Thank You to taixzo For This Useful Post: | ||
|
2012-09-23
, 05:36
|
Posts: 235 |
Thanked: 86 times |
Joined on Dec 2010
|
#7
|
What exactly does this line do:
I'm trying to implement this in Python.Code:vim -c ':/description' -c ':.-1' -c ":1,. d" -c ":.+1" -c ":.,$ d" -c ":wq!" ${file_prefix}.html
|
2012-09-23
, 06:11
|
|
Posts: 411 |
Thanked: 1,105 times |
Joined on Jan 2010
@ Europe
|
#8
|
What exactly does this line do:
I'm trying to implement this in Python.Code:vim -c ':/description' -c ':.-1' -c ":1,. d" -c ":.+1" -c ":.,$ d" -c ":wq!" ${file_prefix}.html
grep "description" ${file_prefix}.html | head -1
The Following 4 Users Say Thank You to BluesLee For This Useful Post: | ||
|
2012-09-23
, 14:52
|
|
Posts: 1,348 |
Thanked: 1,863 times |
Joined on Jan 2009
@ fr/35/rennes
|
#10
|
The Following User Says Thank You to www.rzr.online.fr For This Useful Post: | ||
About Mee42
Essentially the shell script works as follows: Record audio from mic & convert to flac format -> Google Voice API for speech recognition -> do some text manipulations here and there -> get an answer from wiki.answers.com -> read the answer using espeak.
Security aspects
Sending a text phrase to answers.com is one thing, sending your individual voice samples to Google's cloud is another thing. Just be aware what you are doing. It's your data.
About GUI discussions, N900/N9 versions etc
My aim was to share the script as a proof of concept so that the community can profit from it as soon as possible. Taixzo who develops Saera, a Siri clone with GUI which is available for the N900, integrates the essential ideas into his app. The best thing to do now is to support him by voting for Saera in 2012's Coding competition. With a N9/N950 in his hands the chances are even better to see a Harmattan port of Saera.
Changelog
Output of a single (!) terminal session
You will need to install the debian packages mentioned in the script, i hope the below list is complete:
As always have fun.
Last edited by BluesLee; 2012-09-29 at 19:01. Reason: Security Aspects