Azure-Samples / cognitive-services-speech-sdk

Sample code for the Microsoft Cognitive Services Speech SDK
MIT License
2.96k stars 1.86k forks source link

ASR generates unwanted Info: messages on decode #2662

Open lenzo-ka opened 1 week ago

lenzo-ka commented 1 week ago

Lots of these appear when using the python SDK

Info: on_underlying_io_close_complete: uws_state: 6.
Info: on_underlying_io_bytes_received: Close frame received
Info: on_underlying_io_bytes_received: closing underlying io.

I would expect these to be suppressed unless the loglevel is set to info or higher.