Jump to content

software hang on IAudioClient::Release() when using USB headset


Recommended Posts

Guest tie zhang
Posted

When using linphone sdk 5.2.114, I found it occasionally hangs on customer's windows 7 machine, using usb headset, when the sip call is turning to hold mode(recvonly). The sdk trys to end audio stream on this event.I have located the hanging code line by adding log and recompile sdk, it's in mswasapi_reader.cpp, MSWASAPIReader::~MSWASAPIReader() { RELEASE_CLIENT(mAudioClient); ...}RELEASE_CLIENT(mAudioClient) is a C macro which boils down to IAudioClient::Release().With some effort, I have reproduced it on a windows 7 virtual machine, also using USB headset. The frequency is one hang after 150

 

More...

  • Replies 0
  • Created
  • Last Reply

Popular Days

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...