Active Topics

 

Showing results 1 to 21 of 21 @ 0.01 seconds. Search: Posts Made By: Jannis
Forum: Applications 2015-03-05, 18:17
Replies: 904
Views: 398,942
Posted By Jannis
Re: [DEVEL] Saera: Siri clone for Maemo5 and Harmattan

Neither nor

Voicy has all the functionalities I wanted it to have for my personal use.

But in case of a concrete demand for new useful features I would definitely think about implementing them.
Forum: Applications 2013-09-07, 16:17
Replies: 904
Views: 398,942
Posted By Jannis
Re: [DEVEL] Saera: Siri clone for Maemo5 and Harmattan

Yes sure.
Just replace the files ./images/MicRed.png , /images/MicGreen.png with new ones you like better.
Forum: Applications 2013-08-25, 19:59
Replies: 904
Views: 398,942
Posted By Jannis
Re: [DEVEL] Saera: Siri clone for Maemo5 and Harmattan

Oh you are right! The file /usr/lib/gstreamer-0.10/libgstpocketsphinx.so is the one that I patched.

Attached is an updated version of voicy.
Besides some minor changes it includes the (right)...
Forum: Applications 2013-08-21, 16:25
Replies: 904
Views: 398,942
Posted By Jannis
Re: [DEVEL] Saera: Siri clone for Maemo5 and Harmattan

Yes you are obviously missing some packages.
In http://talk.maemo.org/showpost.php?p=1354925&postcount=652 I listed what packages are needed.

Taixo here...
Forum: Applications 2013-08-20, 21:30
Replies: 904
Views: 398,942
Posted By Jannis
Re: [DEVEL] Saera: Siri clone for Maemo5 and Harmattan

When pocketsphinx is installed, the file pocketsphinx.so should be in the directory /usr/lib/pyshared/python2.5
You can replace this file with the patched version.

Hmm, I have never experienced...
Forum: Applications 2013-08-18, 08:42
Replies: 904
Views: 398,942
Posted By Jannis
Re: [DEVEL] Saera: Siri clone for Maemo5 and Harmattan

Sorry for that error.
Please either use the patched version of pocketsphinx (it's included in the zip file) or change the line in VoicyCore.py

asr.connect('result_score', self.asr_result_score)
...
Forum: Maemo 5 / Fremantle 2013-07-29, 18:11
Replies: 57
Views: 20,507
Posted By Jannis
Re: Problem with shutdown/reboot N900 (kernel-power)

Regarding my N900 best chances for a reboot are when I remove the battery ~1 second after the NOKIA start screen appears, place the battery back and turn the phone on again.
Forum: Maemo 5 / Fremantle 2013-07-28, 09:38
Replies: 57
Views: 20,507
Posted By Jannis
Re: Problem with shutdown/reboot N900 (kernel-power)

I have CSSU installed,
power kernel 2.6.28.10-power52
no overclocking / undervolting.

The device only boots every ~50th attempt.
Most of the times the 'running dots' dont even appear after the...
Forum: Applications 2013-07-20, 15:31
Replies: 904
Views: 398,942
Posted By Jannis
Re: [DEVEL] Saera: Siri clone for Maemo5 and Harmattan

Has anyone managed to test voicy?

I would like to know, whether there is a demand for other particular voicy-control functionalities.
Forum: Applications 2013-06-27, 21:04
Replies: 904
Views: 398,942
Posted By Jannis
Re: [DEVEL] Saera: Siri clone for Maemo5 and Harmattan

The program setLED must have set the SUID-bit (see ReadMe.txt)
enter as root: chmod u+s setLED
Forum: Applications 2013-06-26, 20:17
Replies: 904
Views: 398,942
Posted By Jannis
Re: [DEVEL] Saera: Siri clone for Maemo5 and Harmattan

[ -- See next page for a newer version -- ]

Here is an early version of my "Voicy".
It has to be installed manually.

Please install:
- pocketsphinx-utils
- pocketsphinx-hmm-en-hub4wsj
-...
Forum: Applications 2013-06-23, 08:47
Replies: 904
Views: 398,942
Posted By Jannis
Forum: Applications 2013-06-20, 21:34
Replies: 904
Views: 398,942
Posted By Jannis
Re: [DEVEL] Saera: Siri clone for Maemo5 and Harmattan

Absolutely true Estel, Voicy is nothing more than a small dumb "voice command monkey".

I, like all of us, would honestly LOVE to see Saera having true AI and beeing more than Siri, which -as you...
Forum: Applications 2013-06-20, 16:34
Replies: 904
Views: 398,942
Posted By Jannis
Re: [DEVEL] Saera: Siri clone for Maemo5 and Harmattan

I think there is no difference -Voicy vs. Saera- in making them do anything useful. Saera does all the processing in one file and Voicy separates these things into different files, one for each app...
Forum: Applications 2013-06-19, 21:27
Replies: 904
Views: 398,942
Posted By Jannis
Voice control for Maemo5 and Harmattan

Hi,

like taixzo I developed a little voice control app in Python. It's named Voicy, yeah not very original. Unlike taixzo's app “Saera”, which is really cool, funny and implements some AI, my app...
Forum: Applications 2013-06-10, 20:08
Replies: 842
Views: 441,355
Posted By Jannis
Re: dbus problem with Navit on N900

Thanks Wikiwide,

this works!
Setting the pitch to 0° (of course) changes the layout to 2D-mode.
Forum: Applications 2013-06-07, 16:14
Replies: 842
Views: 441,355
Posted By Jannis
dbus problem with Navit on N900

I found out how to
- select a bookmarked destination, and to
- start/stop navigation

but I am still looking for a way to
- toggle 2D/3D
with dbus.

It would be nice if someone who knows how...
Forum: Applications 2013-05-30, 12:52
Replies: 842
Views: 441,355
Posted By Jannis
dbus problem with Navit on N900

Thank you very much gianko :)

That was the problem (stupid me). I didn't know that the dbus binding can be dis-/enabled in navit.xml.

I am still looking how to do the following stuff with dbus...
Forum: Applications 2013-05-26, 16:56
Replies: 842
Views: 441,355
Posted By Jannis
dbus problem with Navit on N900

I am trying to add some voice control to Navit.

Somehow the following code, for zooming the Navit map, doesn't work anymore:

#!/usr/bin/python
import dbus
bus = dbus.SessionBus()
conn =...
Forum: Applications 2010-04-22, 19:12
Replies: 233
Views: 61,824
Posted By Jannis
Re: Evopedia

Hi crei & teddy3,

thank you guys. In the meantime I deinstalled evopedia and reinstalled the 2.99/3.0 version. This one works fine for me.

Cheers
Forum: Applications 2010-04-18, 17:05
Replies: 233
Views: 61,824
Posted By Jannis
Evopedia

Hi all,

I still have a problem with evopedia and the german dump.

I installed evopedia 0.3.0, downloaded the german dump (http://evopedia.info/dumps/wikipedia_de_2010-03-26.zip.torrent,...
Showing results 1 to 21 of 21



 
Forum Jump

All times are GMT. The time now is 09:59.