Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while doing Continuous recognition (speech to text) #2375

Open
CN-Paul opened this issue May 14, 2024 · 0 comments
Open

Error while doing Continuous recognition (speech to text) #2375

CN-Paul opened this issue May 14, 2024 · 0 comments

Comments

@CN-Paul
Copy link

CN-Paul commented May 14, 2024

[901014]: 70090ms SPX_DBG_TRACE_VERBOSE:  usp_reco_engine_adapter.cpp:1163 speech.config {"context":{"system":{"version":"1.37.0","name":"SpeechSDK","build":"Linux-x64"},"os":{"name":"Linux 6.1.84-99.169.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Apr  8 19:19:48 UTC 2024 x86_64","version":"6.1.84-99.169.amzn2023.x86_64","platform":"Linux"},"audio":{"source":{"type":"Stream","model":"","samplerate":"16000","bitspersample":"16","channelcount":"1"}}}}
[901014]: 70090ms SPX_TRACE_INFO:  usp_connection.cpp:787 Create requestId  for messageType 0
[901014]: 70090ms SPX_DBG_TRACE_SCOPE_EXIT:  usp_reco_engine_adapter.cpp:230 SetFormat
[901014]: 70090ms SPX_DBG_TRACE_SCOPE_EXIT:  audio_stream_session.cpp:3397 InformAdapterSetFormatStarting
[901014]: 70090ms SPX_TRACE_INFO:  web_socket.cpp:800 DoWork: open transport.
[901014]: 70090ms SPX_TRACE_INFO:  web_socket.cpp:479 Start to open websocket. WebSocket: 0x9c020310, wsio handle: 0x9c01ff50
[901014]: 70090ms SPX_TRACE_SCOPE_ENTER:  uws_web_socket.cpp:149 Open
[901014]: 70090ms SPX_TRACE_INFO: AZ_LOG_INFO:  tlsio_openssl.c:2027 create_openssl_instance by TLS_method.
[901014]: 70091ms SPX_TRACE_INFO: AZ_LOG_INFO:  tlsio_openssl.c:1849 load_system_store not implemented on this platform
[901014]: 70091ms SPX_TRACE_INFO: AZ_LOG_INFO:  tlsio_openssl.c:1878 CRL check off, as requested.
[901014]: 111557ms SPX_TRACE_ERROR: AZ_LOG_ERROR:  tlsio_openssl.c:691 error:14200010:SSL routines:func(512):EC lib
[901014]: 111557ms SPX_TRACE_SCOPE_EXIT:  uws_web_socket.cpp:149 Open
[901014]: 112167ms SPX_TRACE_ERROR: AZ_LOG_ERROR:  tlsio_openssl.c:2464 FORCE-Closing tlsio instance.

trying to make a zoom bot that does speech to text using speech sdk(c++) and zoom meetings sdk.
I've changed my openssl version to 1.1.1l, but still sufferring openssl error.

I've also tried
https://learn.microsoft.com/en-us/azure/ai-services/speech-service/how-to-configure-openssl-linux?pivots=programming-language-cpp
but still having error log above.

When I debug the program, I'm having segmentation fault at code after

recognizer->StartContinuousRecognitionAsync().wait();
recognitionEnd.get_future().wait();

is called.

Can anyone suggest any potential problems that I migth be missing? I'm suffering with this problem for weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant