[PR #333] support windows (using Bumble) for hearing aid #371

Open
opened 2026-03-02 12:40:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kavishdevar/librepods/pull/333
Author: @kavishdevar
Created: 11/28/2025
Status: 🔄 Open

Base: mainHead: windows/hearing-aid


📝 Commits (3)

  • f997326 windows: add hearing aid script
  • 52b4d07 windows: remove unnecessary sys path modification
  • 76206e5 add bluez support

📊 Changes

2 files changed (+1094 additions, -0 deletions)

View changed files

scripts/hearing-aid.py (+1094 -0)
📝 scripts/proximity_keys.py (+0 -0)

📄 Description

Quoting bumble's docs:

To use a Bluetooth USB dongle on Windows, you need a USB dongle that does not require a vendor Windows driver (the dongle will be used directly through the WinUSB driver rather than through a vendor-supplied Windows driver).

Run with python windows/hearing-aid.py [AirPods' MAC]. You will have to re-pair your AirPods with windows later.

image

Summary by CodeRabbit

  • New Features
    • Added a new hearing aid accessory controller application with Bluetooth support
    • Comprehensive controls for listening mode, amplification, equalization, tone, ambient noise reduction, conversation boost, and own-voice amplification
    • Channel-specific balance adjustments and reset functionality for hearing aid settings

✏️ Tip: You can customize this high-level summary in your review settings.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kavishdevar/librepods/pull/333 **Author:** [@kavishdevar](https://github.com/kavishdevar) **Created:** 11/28/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `windows/hearing-aid` --- ### 📝 Commits (3) - [`f997326`](https://github.com/kavishdevar/librepods/commit/f99732649e96c3cb2cc84cbdcc1578c7387c4822) windows: add hearing aid script - [`52b4d07`](https://github.com/kavishdevar/librepods/commit/52b4d07c0eba1f4c13fec77fa022a8bb7c5f9125) windows: remove unnecessary sys path modification - [`76206e5`](https://github.com/kavishdevar/librepods/commit/76206e558806c8dcb694dbff6c0fa724a63a0fe0) add bluez support ### 📊 Changes **2 files changed** (+1094 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `scripts/hearing-aid.py` (+1094 -0) 📝 `scripts/proximity_keys.py` (+0 -0) </details> ### 📄 Description Quoting bumble's [docs](https://github.com/google/bumble/blob/main/docs/mkdocs/src/platforms/windows.md): > To use a Bluetooth USB dongle on Windows, you need a USB dongle that does not require a vendor Windows driver (the dongle will be used directly through the [WinUSB](https://docs.microsoft.com/en-us/windows-hardware/drivers/usbcon/winusb) driver rather than through a vendor-supplied Windows driver). Run with `python windows/hearing-aid.py [AirPods' MAC]`. You will have to re-pair your AirPods with windows later. <img width="368" height="637" alt="image" src="https://github.com/user-attachments/assets/cafa00df-fd75-4d6b-b94f-3671c6ca8bbc" /> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added a new hearing aid accessory controller application with Bluetooth support * Comprehensive controls for listening mode, amplification, equalization, tone, ambient noise reduction, conversation boost, and own-voice amplification * Channel-specific balance adjustments and reset functionality for hearing aid settings <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librepods#371
No description provided.