Closed l-jc closed 2 months ago
I cannot reproduce the bug, my steps:
python:3.12
azure.cognitiveservices.speech
, rpyc
and websocket
Could you share an environment that could repro this issue?
Closed since not repro and no more info received, please re-open if there are further updates.
IN ORDER TO ASSIST YOU, PLEASE PROVIDE THE FOLLOWING:
Speech SDK log taken from a run that exhibits the reported issue. See instructions on how to take logs.
A stripped down, simplified version of your source code that exhibits the issue. Or, preferably, try to reproduce the problem with one of the public samples in this repository (or a minimally modified version of it), and share the code.
If relevant, a WAV file of your input audio.
Additional information as shown below
Describe the bug
speechsdk.SpeechSynthesizer(speech_config=speech_config, audio_config=None)
hangs forever, if Iimport rpyc/websockets
in the code.To Reproduce
Code that works.
Output is
If I uncomment the
import rpyc
orimport websockets.sync.server
in the code above, I got the following output and the program hangs there forever.Expected behavior
The above code can work with rpyc/websockets import.
Version of the Cognitive Services Speech SDK
1.38.0
Platform, Operating System, and Programming Language
Additional context