Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Volume step limit on Android smartphone
#1
Hi there.
My setup, which I'm really enjoying: RPi3B - HiFiBerry DAC+ - MoOde player 7.0.1 - (Samsung Galaxy A41)
On the smartphone, the volume step limit is mostly not taken into account.
After several attempts, I've understood: you have to exert a very, very light touch.
Should a sort of 'debouncing' be implemented?
Regards
Reply
#2
I don't know how to implement that for the knob but I welcome suggestions.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#3
Hi Tim.
I know how to debounce a physical switch with an Arduino-style code; no idea how to code that for a web app.
From a logical point of view, the solution could be: in the case you detect a touch requiring raising the volume more than (or equal) the volume step limit, raise just once the volume by the volume step limit value, and then stay idle for, say, 50 ms, so disregarding any other possible touch detection.
Regards
Reply


Forum Jump: