The client server configuration seems to be only useful for the client to collect the output from the server, but not really to feed the audio data to the server.
Does the server need to read the data from the local audio source?
Can I instead modify the code such that a client sends / streams the data to the server over a socket and then the server does its sphinx magic and sends the decoded text back to the client ?
Has anyone does this ?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The client server configuration seems to be only useful for the client to collect the output from the server, but not really to feed the audio data to the server.
Does the server need to read the data from the local audio source?
Can I instead modify the code such that a client sends / streams the data to the server over a socket and then the server does its sphinx magic and sends the decoded text back to the client ?
Has anyone does this ?
Thanks