jcsilva / docker-kaldi-gstreamer-server

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

any other api except wss://localhost:port/client/ws/speech #39

Open AlexPeng19 opened 6 years ago

AlexPeng19 commented 6 years ago

i noticed the demo http://bark.phon.ioc.ee/dictate/ could get audio from microphone, but current README only showed the recognization by sending audio file. which api could i use to get that.

by the way i am using https://kaljurand.github.io/dictate.js, i want to replace wss://bark.phon.ioc.ee with my service.

looking forward your response.

jcsilva commented 5 years ago

You should check the API explained here: https://github.com/alumae/kaldi-gstreamer-server. The author explains how to send audio and receive results.