Skip to content

[Bug] Faint residual audio still plays when phone volume is 0 #50

Description

@Babejia

Description:
Hello, thanks for this project! I found an issue where setting the phone's volume to 0 does not completely mute the audio. A very faint residual sound/background noise can still be heard from the PC.

Technical Issue:
It seems the app acts as a pure pass-through for AudioGraph and doesn't explicitly handle the "0 volume" or mute state from the Bluetooth source (AVRCP). The faint baseline signal is still being sent to the PC's audio output.

Suggestion:
Could you add logic to explicitly call Mute() on the AudioGraph node, or simply pause the output stream, whenever the source volume reaches 0?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions