-
Notifications
You must be signed in to change notification settings - Fork 30
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
no controls on increase/decrese the volume #23
Comments
The player does not support volume control in UI, but you can always access it via To further explain, users already have system sound controls UI at their disposal in the OS (both mobile and desktop). Most modern devices also have physical buttons (keyboard control, smartphone volume keys, etc.). Both ways are handier to adjust the volume if anyone finds it too high/low, so a volume tuning feature looks rather redundant. In some cases, users might need to temporarily disable a single sound output quickly, so the mute feature is still useful. In reply to this thread, I noticed that Chrome's web player doesn't provide volume control, either. So I guess I'm not alone in this thought? I'm open to discussions tho :) |
I totally agree that they are handier.
Well, my use case is that I have two apps emitting sound, but their volume level differs significantly. I can surely use the system-level volume control, but that means whenever I switch from one to the other, I need to adjust the volume, which is undesirable, especially if the switching happens often.
I use chromium 86, and it does show a volume bar when playing local mp3 files. Some random material I encountered, while searching on this topic: https://support.google.com/chrome/forum/AAAAP1KN0B02lN8hckg9cg/?hl=en&gpf=%23!msg%2Fchrome%2F2lN8hckg9cg%2FH8F4VrbYBQAJ&msgid=H8F4VrbYBQAJ It seems that many people do have strong opinions on the volume slider. |
I meant the mini player that appears in the menu bar when any tab plays sound, but I got your point. There's not much discussion on this "whether a volume control is still essential to a web player" matter, but I found some major platforms that share the same notion as mine, including SoundCloud, NPR, Bandcamp and Wix. Some people did find them annoying because of it, even though they might be the minority – since people who almost don't use the slider don't care and won't complain at all. But on a second thought, as a library and not a platform, it'd be better that Shikwasa takes a more neutral stand and take most of the scenarios into consideration. For future updates I'm thinking of making the UI more customizable, volume control can be part of it. Thanks for your suggestion. It encourages me to think thoroughly about this matter. |
Thank you for being so open-minded. |
In the demo (https://shikwasa.js.org/), I don't see a way to increase/decrease the volume. The only thing I can do is to mute/unmute. I wonder if this feature (adjusting volume) is not supported by the player, or it's just that the demo didn't cover it.
PS: This player is quite sleek and handy for podcast. Well done.
The text was updated successfully, but these errors were encountered: