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: muted property #50

Open
gonzaloarca opened this issue Dec 14, 2023 · 0 comments
Open

Feature request: muted property #50

gonzaloarca opened this issue Dec 14, 2023 · 0 comments

Comments

@gonzaloarca
Copy link

gonzaloarca commented Dec 14, 2023

It'd be useful if the library had a muted property like the HTML5 Audio Element does, since setting the volume to 0 doesn't accommodate to this feature in its entirety. Being able to mute implies having the volume property untouched, but still having no sound coming out. This is especially reflected in most player UIs, where the user is able to toggle and untoggle the mute button, and the volume is still preserved when unmuted.

Judging from the style of the library, this would probably mean having getMuted and setMuted methods defined in the Gapless5 object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant