alumae / kaldi-gstreamer-server

Real-time full-duplex speech recognition server, based on the Kaldi toolkit and the GStreamer framwork.
BSD 2-Clause "Simplified" License
1.07k stars 341 forks source link

How to api provided with ajax request #223

Open arjuns-edstem opened 4 years ago

arjuns-edstem commented 4 years ago

How can I hit the API in this curl command curl -v -T /tmp/drawrectangle.mp3 "http://localhost:8080/client/dynamic/recognize" with ajax. can i sent the blob file for this. I just need record voice and send from clientside to this api. How can this be done?