Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Audio muted state #179

Open
aquapaka opened this issue Dec 10, 2024 · 3 comments
Open

[Feature Request] Audio muted state #179

aquapaka opened this issue Dec 10, 2024 · 3 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed type: feature New feature or request

Comments

@aquapaka
Copy link

Describe the problem/motivation

I wan't to make the audio button showing as muted when the playback device is being muted.
Currently, there is no way to tell that the audioDevice is mute or not.
The volume value stay the same when mute or unmute so it can't be used to check the mute state.

Describe the solution you'd like

Provide a prop to know when the audio is being muted.

Alternatives considered

No response

@aquapaka aquapaka added the type: feature New feature or request label Dec 10, 2024
@github-project-automation github-project-automation bot moved this to 📬 Needs triage in zebar Dec 10, 2024
@lars-berger lars-berger moved this from 📬 Needs triage to 📋 Available in zebar Dec 27, 2024
@lars-berger lars-berger added help wanted Extra attention is needed good first issue Good for newcomers labels Dec 27, 2024
@zennolux
Copy link

Why not use output.audio.defaultPlaybackDevice?.volume == 0?

@JSGRD22
Copy link

JSGRD22 commented Jan 19, 2025

Why not use output.audio.defaultPlaybackDevice?.volume == 0?

Because the playback device can be muted while the volume is a different value

@zennolux
Copy link

Oh,just found this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed type: feature New feature or request
Projects
Status: 📋 Available
Development

No branches or pull requests

4 participants