Colin Beckingham

Results 49 comments of Colin Beckingham

One of the downsides of a phone based model is that triphone possibilities are of the order of N^3; in English this might mean 40^3 or 64000 triphone candidates. It...

After experimenting with this for a while, I found that using a fast script engine such as Julia it was quite feasible to generate long lists of candidate prompts and...

Check [http://stackoverflow.com/questions/17743993/dsym-files-generated-from-command-line-mac](http://stackoverflow.com/questions/17743993/dsym-files-generated-from-command-line-mac) for a discussion on where this file might have come from. Does it provide a clue?

There is probably a wider audience for this type of question at http://www.voxforge.org - there is even a Spanish section in the forums. It is not difficult to use Julius...

Thanks for the changes. I have cloned the latest git, recompiled and run some tests. In brief what I see is that the Julius server starts correctly, waits for a...

@nitslp-ri Additional information: - tried issuing a PAUSE before disconnect, no difference - ran Julius with -debug option, mostly the output was related to the speech recognition, ended with: ......

@nitslp-ri Did a git pull and found the changes to module.c, recompiled, ran my test again and behaviour was the same, socket server exits when client disconnects.

@nitslp-ri I tried accessing the server with the jcontrol programme in Julius and the socket server responded correctly. This seems to point at the disconnection by the client as an...

@nitslp-ri When I read that Julius has a TERMINATE command, I thought perhaps that would ask the server to stop serving that client, but I think terminate just indicates stopping...

@nitslp-ri Hmmm... I have updated to the latest master, recompiled a couple of times, but it is still not working for the Julia client. Jcontrol is still fine. I really...