I'm using the Azure AI Speech Service for speech-to-text functionality with the Microsoft Cognitive Services Speech SDK in Angular. However, I'm experiencing a significant delay in receiving the speech-to-text results. Upon inspecting the WebSocket connection, I noticed that the result is provided within 50 milliseconds; however, the recognizer delivers the result in the recognized event after 3 to 4 seconds.
Can anyone help me resolve this issue? Is there any configuration or step that I may have missed?