[PR #467] Fix for Hearing Aid feature on Linux #407

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

📋 Pull Request Information

Original PR: https://github.com/kavishdevar/librepods/pull/467
Author: @DanielReyesDev
Created: 2/28/2026
Status: 🔄 Open

Base: mainHead: daniel/fix-hearing-aid-on-linux


📝 Commits (2)

  • 1bcee5a Add testing changes to diagnose fix hearing aid feature
  • 087d4d3 add a feature to load an audiogram in json

📊 Changes

1 file changed (+1454 additions, -325 deletions)

View changed files

📝 linux/hearing-aid-adjustments.py (+1454 -325)

📄 Description

source .venv/bin/activate
sudo -E env PATH="$VIRTUAL_ENV/bin:$PATH" python3 hearing-aid-adjustments.py AC:07:75:A7:88:E3

sample json for audiogram:

{
    "left": {
        "250": 70,
        "500": 65,
        "1000": 70,
        "2000": 75,
        "3000": null,
        "4000": 85,
        "6000": null,
        "8000": 115
    },
    "right": {
        "250": 70,
        "500": 65,
        "1000": 70,
        "2000": 70,
        "3000": null,
        "4000": 90,
        "6000": null,
        "8000": 95
    },
    "amplification": 1.0,
    "balance": 0.0,
    "tone": 0.0,
    "ambient_noise_reduction": 0.0,
    "own_voice_amplification": 0.5,
    "conversation_boost": false
}

🔄 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/467 **Author:** [@DanielReyesDev](https://github.com/DanielReyesDev) **Created:** 2/28/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `daniel/fix-hearing-aid-on-linux` --- ### 📝 Commits (2) - [`1bcee5a`](https://github.com/kavishdevar/librepods/commit/1bcee5a0e2f40596b6a6cf9aa4cd8059a9888055) Add testing changes to diagnose fix hearing aid feature - [`087d4d3`](https://github.com/kavishdevar/librepods/commit/087d4d325faf0b35188fe557b34b75edff882b14) add a feature to load an audiogram in json ### 📊 Changes **1 file changed** (+1454 additions, -325 deletions) <details> <summary>View changed files</summary> 📝 `linux/hearing-aid-adjustments.py` (+1454 -325) </details> ### 📄 Description ``` source .venv/bin/activate sudo -E env PATH="$VIRTUAL_ENV/bin:$PATH" python3 hearing-aid-adjustments.py AC:07:75:A7:88:E3 ``` sample json for audiogram: ``` { "left": { "250": 70, "500": 65, "1000": 70, "2000": 75, "3000": null, "4000": 85, "6000": null, "8000": 115 }, "right": { "250": 70, "500": 65, "1000": 70, "2000": 70, "3000": null, "4000": 90, "6000": null, "8000": 95 }, "amplification": 1.0, "balance": 0.0, "tone": 0.0, "ambient_noise_reduction": 0.0, "own_voice_amplification": 0.5, "conversation_boost": false } ``` --- <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#407
No description provided.