Results 362 comments of Dave Horton

can you be more specific about what your requirement is?

Thanks! I will definitely have a look. Previously, I decided to move the docker build and ansible build into their own repos (https://github.com/davehorton/docker-drachtio-freeswitch-mrf and https://github.com/davehorton/ansible-role-fsmrf, respectively)

please get logs from freeswitch with log level debug, that will show the raw transcriptions coming back from google, you will be able to see whether they are sending a...

could you turn freeswitch log levels to debug and recreate, then send me the (entire) log? Feel free to either send me a link to a private gist or email...

OK, just wondering about the scenario where this happens. Was there literally 5 minutes with no spoken audio? Or was it five minutes with some sort of speech input, but...

actually, how are the two channels arranged? Are they bridged together, and you want to transcribe each? are you calling `uuid_google_transcribe` on each separately? Looking at the code, it doesn't...

ok, then I am confused. The channel that has speech -- the one you are transcribing -- was returning transcripts correctly? Or it was for a bit, and then eventually...

no, if you called `uuid_google_transcribe` on a single channel, then it would be sending only the received audio on that channel to google speech. Are you saying it returned several...

and you got a final transcription during that time ? I'd really like to see the entire freeswitch log (debug level) from the time of the call to `uuid_google_transcribe start`...