alumae/kaldi-gstreamer-server

setting up the server for http api call

sirifarif opened this issue · 2 comments

According to the README, the server can be used with HTTP API call, however, I was not able to run it smoothly.
the readme file section is here:

I used the command for wav file as:
curl -T test/data/english_test.wav "http://localhost:8888/client/dynamic/recognize"
and for raw files as:
curl -v -T test/data/english_test.raw -H "Content-Type: audio/x-raw-int; rate=16000" --header "Transfer-Encoding: chunked" --limit-rate 32000 "http://localhost:8888/client/dynamic/recognize"

Does anyone use the server with HTTP API calls, can please share their experience?

@alumae Any leads on this. many thanks

figured it out, thanks