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!
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!