Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: CoreAudio library memory leak / redesign #85

Conversation

amadeo-alex
Copy link
Collaborator

This PR should fix issues with the CoreAudio library that were either due to our improper use of it or some internal unmanaged resources leak - #64

After testing multiple audio libraries I've settled for:

  • CSCore for general audio sensors
  • DIY solution for activating specific device (making it default)

In addition to that, whole audio management was redesigned to work on an event basis rather than constantly pooling the OS for information.

@amadeo-alex amadeo-alex merged commit eec64de into hass-agent:development-2.1.0-beta2 May 4, 2024
@amadeo-alex amadeo-alex modified the milestone: 2.1.0-beta2 May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant