Skip to content

v0.6.2

Compare
Choose a tag to compare
@aconchillo aconchillo released this 15 Feb 00:45
· 37 commits to main since this release

Fixed

  • Virtual microphones now always send audio (silence) if the user doesn't provide audio frames.

  • Fix deadlock when registering completion callbacks inside callbacks.

  • Enable Opus in-band FEC to improve audio with network packet loss.

  • Fixed multiple issues which could cause a deadlock during network reconnection.

  • Ensure that CallClient.update_inputs() continues to be usable while the network is down.

  • Fixed a crash which could occur if the network connection drops soon after joining.

Other

  • Simplied demos by using client_settings parameter in CallClient.join() instead of a separate CallClient.update_inputs() call.

  • Updated pyaudio demo to only use non-blocking virtual devices.