uezo / aiavatarkit

🥰 Building AI-based conversational avatars lightning fast ⚡️💬
Apache License 2.0
162 stars 10 forks source link

Fix AzureWakewordListener network reconnection issue #40 #41

Closed uezo closed 2 months ago

uezo commented 2 months ago

This commit addresses network reconnection issues identified in both the AzureWakewordListener and the AzureVoiceRequestListener. Previously, these components failed to resume their functions after experiencing network changes. This fix ensures that both components can detect network status changes and reinitialize appropriately, maintaining continuous operation across all platforms.

The resolution of these issues enhances the reliability and usability of the voice assistant in unstable network environments.