Can anybody tell me whether pocketsphinx can handle concurent connections? If
yes, how many connections can it handle? We are planning to intergrate
pockesphinx with IVR. Any help to pocketsphinx performance document would be
appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2010-12-14
I built a multithreaded version for external application integration. I have a
listener that accepts PCM transfers through a socket that runs an array of
decoders. The listening thread accepts external audio through a socket and
sends results back to the client app(s) through the socket. The limit on the
decoder threads will depend upon your implementation platform and how you are
using it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Can anybody tell me whether pocketsphinx can handle concurent connections? If
yes, how many connections can it handle? We are planning to intergrate
pockesphinx with IVR. Any help to pocketsphinx performance document would be
appreciated.
I built a multithreaded version for external application integration. I have a
listener that accepts PCM transfers through a socket that runs an array of
decoders. The listening thread accepts external audio through a socket and
sends results back to the client app(s) through the socket. The limit on the
decoder threads will depend upon your implementation platform and how you are
using it.