In most cases, during the first conversation, I receive input_audio_buffer.speech_started event and the below values are 0 at that time.
markQueue.length = 0 , responseStartTimestampTwilio = 0
So, the handleSpeechStartedEvent is not getting executed.
Here the conversation stopped fully and did not proceed further. This is blocking the overall implementation and testing.
Out of 10 times, twice this issue is not happening. So, I am not sure whether the issue is related to event timestamps or expected delay?
In most cases, during the first conversation, I receive
input_audio_buffer.speech_startedevent and the below values are 0 at that time.markQueue.length = 0 , responseStartTimestampTwilio = 0So, the handleSpeechStartedEvent is not getting executed.
Here the conversation stopped fully and did not proceed further. This is blocking the overall implementation and testing.
Out of 10 times, twice this issue is not happening. So, I am not sure whether the issue is related to event timestamps or expected delay?