The Following 7 Users Say Thank You to scoobydoo For This Useful Post: | ||
|
2012-06-13
, 14:26
|
Posts: 752 |
Thanked: 2,808 times |
Joined on Jan 2011
@ Czech Republic
|
#142
|
i have added a queenbeecon widget too desktop and added command
cd /home/user/MyDocs/saera
pyton saera.py
this starts saera with 1 click and a few seconds start time
python /path/to/saera/saera.py
The Following 5 Users Say Thank You to nodevel For This Useful Post: | ||
|
2012-06-13
, 14:44
|
Posts: 364 |
Thanked: 128 times |
Joined on Sep 2010
@ Australia
|
#143
|
|
2012-06-13
, 14:46
|
Posts: 959 |
Thanked: 3,427 times |
Joined on Apr 2012
|
#144
|
I tested the new version. It recognizes words much much better. sometimes too quick, even before i finish the sentence. Not perfect but certainly getting there. Good work taixzo.
/nkirk
this is for n900?? but doesn't work... dbus error conection... i can't install it
When I said "Okay"
She said Good Bye
It's getting better and recognizes much better.
Thank you.
@taixzo
would these be helpful to your work??
http://gitorious.org/nightingale/nightingale-n900
http://www.youtube.com/watch?v=gjIUv84U_E0
??
Nice. Although, why 'cd'? This should do it.
Code:python /path/to/saera/saera.py
The Following 5 Users Say Thank You to taixzo For This Useful Post: | ||
|
2012-06-13
, 14:48
|
Posts: 959 |
Thanked: 3,427 times |
Joined on Apr 2012
|
#145
|
Thanks for help before. Now i have the following.
cleanup floats: 37 unfreed floats in 2 out of 2 blocks
user@Nokia-N900-02-8:~$ python saera.py
saera.py:186: SyntaxWarning: name 'able_to_listen' is used prior to global declaration
global able_to_listen
Traceback (most recent call last):
File "saera.py", line 298, in <module>
app = Saera()
File "saera.py", line 80, in __init__
self.init_gst()
File "saera.py", line 246, in init_gst
+ '! pocketsphinx name=asr ! fakesink')
glib.GError: no element "vader"
user@Nokia-N900-02-8:~$
|
2012-06-13
, 15:09
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#146
|
Also: could someone point me to a good packaging tutorial? I tried the dh_make route but got hopelessly entangled and lost.
The Following 3 Users Say Thank You to marmistrz For This Useful Post: | ||
|
2012-06-13
, 15:53
|
Posts: 959 |
Thanked: 3,427 times |
Joined on Apr 2012
|
#147
|
http://docs.python.org/distutils/setupscript.html
If this doesn't fit your needs and you just need copying some files, let me know. This approach is easy.
The Following User Says Thank You to taixzo For This Useful Post: | ||
|
2012-06-13
, 15:57
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#148
|
|
2012-06-13
, 16:08
|
Posts: 804 |
Thanked: 1,598 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#149
|
But this approach creates a Python egg, not a deb package, so I can't put it in the repository.
|
2012-06-13
, 17:28
|
|
Posts: 67 |
Thanked: 54 times |
Joined on Nov 2010
@ Spain
|
#150
|
The Following User Says Thank You to Verssetti For This Useful Post: | ||
Tags |
saera, speech-to-text |
|
cd /home/user/MyDocs/saera
pyton saera.py
this starts saera with 1 click and a few seconds start time