name: pull request about: submit changes to the project title: “[pr] fix noise cancellation being disabled on headphones” labels: ‘bug’ assignees: ‘@Anmol202005’
This PR fixes an issue where screenpipe would sometimes disable noise cancellation on headphones. The root cause was that we were using default audio configurations instead of the device’s native highest quality configuration, which could override device-specific features like noise cancellation.
Changes:
get_cpal_device_and_config to use device’s highest quality supported configurationSupportedStreamConfigRange to preserve device featuresrelated issue: #59
/claim #59
Anmol Sharma
@Anmol202005
mediar.ai
@mediar-ai