jcsilva / docker-kaldi-gstreamer-server

Dockerfile for kaldi-gstreamer-server.
BSD 2-Clause "Simplified" License
289 stars 139 forks source link

How to api provided with ajax request #74

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 send the blob file for this? I just need to record voice and send from clientside to this API. How can this be done?