noopkat / ms-bing-speech-service

NodeJS service wrapper for Microsoft Speech API and Custom Speech Service
MIT License
82 stars 17 forks source link

Issue with custom speech API sample code #24

Closed RawStewage closed 6 years ago

RawStewage commented 6 years ago

Hi, so I was just working with your sample code for the custom speech service and for some reason the service hangs after the first transcription. It appears that the turn.end event is never fired and thus the client just sits after the first pass.

Have you seen this issue before? Could there be something I'm doing wrong?

Thanks in advance for any help

noopkat commented 6 years ago

HI @RawStewage thanks for reporting this. Quite puzzling. I highly doubt you're doing anything wrong!

I'll run the sample on my end and see if I can reproduce and we can go from there. Sorry about the trouble!

bitmoji

noopkat commented 6 years ago

@RawStewage hey there - just letting you know that after testing on my end, @pvaillant's PR #25 fixes this issue. Let me know if you see any more bugs and thanks for reporting this one!