| The Following 9 Users Say Thank You to MartinK For This Useful Post: | ||
|
|
06-13-2012
, 06:12 PM
|
|
Posts: 244 |
Thanked: 1,216 times |
Joined on Apr 2012
|
#152
|
I had the same issue with my Python programs - I've fixed it like this:
@packagingCode:# set current directory to the directory # of this file # like this, modRana can be run from an absolute path # eq.: ./opt/modrana/modrana.py -u QML -d n9 import os os.chdir(os.path.dirname(os.path.abspath(__file__)))
I'm using a slightly modified khertans sdist_maemo and it works quite nicely. There is also a (slightly outdated) example how I do it.
|
|
06-14-2012
, 09:40 AM
|
|
Posts: 1,758 |
Thanked: 1,872 times |
Joined on May 2011
@ Poland
|
#153
|
:[/B] Does anyone know how to capture when an email/IM comes in? I'd like for Saera to be able to read it, like Siri can.
| The Following User Says Thank You to marmistrz For This Useful Post: | ||
|
|
06-14-2012
, 10:53 AM
|
|
Posts: 309 |
Thanked: 244 times |
Joined on Jan 2011
@ Touring
|
#154
|
So it doesn't matter whether the headset is wired or wireless (bluetooth), the dbus signal will be the same? If yes, I can come up with minimalistic C and Python example for you taxizo, as I have wired headset (but I don't have any wireless, so I'm only able to test with wired one).
edit: ... Anyway, I'm up for writing a simple example, give me few hours
| The Following User Says Thank You to biketool For This Useful Post: | ||
|
|
06-14-2012
, 01:17 PM
|
|
Posts: 58 |
Thanked: 12 times |
Joined on Apr 2012
@ philippines
|
#155
|
I couldn't find one, so I decided to make my own. Saera can do some tasks (such as setting alarms etc) and make some conversation, although not very well (might someone be interested in helping with the A.I.?)
Saera uses Pocketsphinx for voice recognition, eSpeak to talk and PyGTK for the GUI.
Edit [2012-06-11 3:14 pm]: Improved recognition accuracy
Edit: Latest source files attached.
|
|
06-14-2012
, 04:43 PM
|
|
Posts: 101 |
Thanked: 115 times |
Joined on Aug 2010
@ Dresden - Germany
|
#156
|


| The Following User Says Thank You to AlphaX2 For This Useful Post: | ||
|
|
06-14-2012
, 07:00 PM
|
|
Posts: 56 |
Thanked: 17 times |
Joined on Jan 2012
|
#157
|
|
|
06-14-2012
, 07:10 PM
|
|
Posts: 244 |
Thanked: 1,216 times |
Joined on Apr 2012
|
#158
|
Could you please post a list with all dependencies and just a question: Will I just find in saera.py GUI related stuff like GObject and Hildon, or also anywhere else?
I could try to port it to the N9, but it's just a first try, nothing more, seems not to be sooo easy to translate it all to QML.
EDIT: Okay most easy way to go could be just adding this repo to the N9:
http://talk.maemo.org/showthread.php?t=79229
AlphaX2
what is wrong.. pls help.. i m new to do this..
| The Following User Says Thank You to taixzo For This Useful Post: | ||
|
|
06-14-2012
, 07:17 PM
|
|
Posts: 56 |
Thanked: 17 times |
Joined on Jan 2012
|
#159
|
|
|
06-15-2012
, 05:43 AM
|
|
|
Posts: 860 |
Thanked: 599 times |
Joined on Oct 2010
@ Germany, Kirchheimbolanden
|
#160
|
ok.. when it'll b in repos.. can u tell me how i can do this with terminal pls..
| The Following 2 Users Say Thank You to Alfred For This Useful Post: | ||
![]() |
| Tags |
| saera, speech-to-text |
| Thread Tools | Search this Thread |
|
I'm using a slightly modified khertans sdist_maemo and it works quite nicely. There is also a (slightly outdated) example how I do it.
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Thanks to everyone who voted for modRana & Mieru in the Maemo.org coding competition !
Last edited by MartinK; 06-13-2012 at 01:54 PM.