Re: [Freeswitch-users] pocketsphinx and event socket

2009-05-16 Thread Peter P GMX
Hello Michael, now some time later I did another try with the latest trunk. The problem were the grammar files fr the pizza demo. The old ones didn't work anymore with ne tnew version of pocketsphinx. Now with the new grammar files it works. I have updated the wiki accordingly. Best regards Peter

Re: [Freeswitch-users] pocketsphinx and event socket

2009-03-05 Thread Michael Collins
On Thu, Mar 5, 2009 at 12:20 PM, Peter P GMX wrote: > Hello Brian, > > concerning >> Well you should use ESL then ;) > I simply do not understand what you mean by this. Is it sarcastic? Am I > asking stupid questions? > ESL = Event Socket Library. It is an abstraction layer to make interacting wi

Re: [Freeswitch-users] pocketsphinx and event socket

2009-03-05 Thread Peter P GMX
Hello Brian, concerning > Well you should use ESL then ;) I simply do not understand what you mean by this. Is it sarcastic? Am I asking stupid questions? After upgrading Freeswitch to the newest trunk, mod_pocketsphinx didn't work anymore. So I asked this mailing list about information about wha

Re: [Freeswitch-users] pocketsphinx and event socket

2009-03-03 Thread mszlazak
itch-users@lists.freeswitch.org Sent: Tue, 3 Mar 2009 7:00 pm Subject: Re: [Freeswitch-users] pocketsphinx and event socket Well you should use ESL then ;) /b On Mar 3, 2009, at 7:05 PM, Peter P GMX wrote: > Thank you Brian, > > I will try this later. > > Currently I was happy t

Re: [Freeswitch-users] pocketsphinx and event socket

2009-03-03 Thread Brian West
Well you should use ESL then ;) /b On Mar 3, 2009, at 7:05 PM, Peter P GMX wrote: > Thank you Brian, > > I will try this later. > > Currently I was happy to get this working on SVN 10003. > > As mod_pockesphinx has changed/evolved significantely: Will there also > be major changes in the events

Re: [Freeswitch-users] pocketsphinx and event socket

2009-03-03 Thread Peter P GMX
Thank you Brian, I will try this later. Currently I was happy to get this working on SVN 10003. As mod_pockesphinx has changed/evolved significantely: Will there also be major changes in the events I receive through mod_eventsocket? I spend some time on parsing the right data out of the eventso

Re: [Freeswitch-users] pocketsphinx and event socket

2009-03-03 Thread Brian West
Looks like the acoustical model wasn't installed... you might need to remove all references of pocketsphinx and sphinxbase from libs and let it redownload them all. /b On Mar 2, 2009, at 5:42 PM, Peter P GMX wrote: > Thanks Addison. > The Pizza files are there (as mentionned is it a copy of

Re: [Freeswitch-users] pocketsphinx and event socket

2009-03-03 Thread Brian West
It works if you have the latest SVN with the new grammar files in jsgf format. http://www.bkw.org/pizza_gram.tar.gz /b On Mar 3, 2009, at 5:07 AM, Peter P GMX wrote: > Thanks Mark, > > I now switched back to rev. 10003 and the Pizza works again. > > Best regards > Petere __

Re: [Freeswitch-users] pocketsphinx and event socket

2009-03-03 Thread Peter P GMX
he fix. > > Mark. > > > > -Original Message----- > From: Peter P GMX > To: freeswitch-users@lists.freeswitch.org > Sent: Mon, 2 Mar 2009 3:42 pm > Subject: Re: [Freeswitch-users] pocketsphinx and event socket > > Thanks Addison. > > > >

Re: [Freeswitch-users] pocketsphinx and event socket

2009-03-02 Thread mszlazak
x/trunk/cmudict/cmudict.0.6d That gave me more problems so I'm waiting for the fix. Mark. -Original Message- From: Peter P GMX To: freeswitch-users@lists.freeswitch.org Sent: Mon, 2 Mar 2009 3:42 pm Subject: Re: [Freeswitch-users] pocketsphinx and event socket

Re: [Freeswitch-users] pocketsphinx and event socket

2009-03-02 Thread Peter P GMX
Thanks Addison. The Pizza files are there (as mentionned is it a copy of an already working system). In fact freeswitch is complaning about /usr/local/freeswitch/grammar/model/communicator which he cannot load So somehow freeswitch is not willing to open the files, but I have no clue why. So any h

Re: [Freeswitch-users] pocketsphinx and event socket

2009-03-02 Thread Addison Martin
Peter, You need the grammar files for the pizza demo: http://wiki.freeswitch.org/wiki/Mod_pocketsphinx#Testing_with_the_Pizza_Demo has lonks to premade fles for everyhting to get the pizza demo working with pocketshinx. Those to not come with the source code when you update from SVN. Nik On M

Re: [Freeswitch-users] pocketsphinx and event socket

2009-03-02 Thread Peter P GMX
Some more info: the system I am working on is a copy (dd copy) of a system where the pizza demo works on. The only thing I changed was to update to the current freeswitch trunk 12293 (it was 10003 before). Do I need to update the model? I did a make in the model directory, but no change. Best reg

Re: [Freeswitch-users] pocketsphinx and event socket

2009-03-01 Thread Peter P GMX
Hello Brian, thanks for the info. I am a step further, but it cannot load the grammar files. I am sending through event_socket: SendMsg call-command: execute execute-app-name: detect_speech execute-app-arg: pocketsphinx yes no However I get the message (also when I am using Pizza demo): 2009-03-

Re: [Freeswitch-users] pocketsphinx and event socket

2009-02-28 Thread Brian West
You can accomplish this here is an example using ESL in perl http://fisheye.freeswitch.org/browse/FreeSWITCH/libs/esl/perl/server3.pl?r=12344 /b On Feb 28, 2009, at 6:18 AM, Peter P GMX wrote: > Or back to the basics: Is it possible to use pocketsphinx through > event > socket? ___

[Freeswitch-users] pocketsphinx and event socket

2009-02-28 Thread Peter P GMX
Hello, I have tried the pizza demo and did it get to work so far. However I would like to use pocketsphinx through event socket. I saw in the wiki that there is a chapter for Speech Synthesis Commands: http://wiki.freeswitch.org/wiki/Mod_commands#Speech_Synthesis_Commands However this is empty. A