We use cookies to try and give you a better experience in Freshdesk.
You can learn more about what kind of cookies we use, why, and how from our Privacy policy. If you hate cookies, or are just on a diet, you can disable them altogether too. Just note that the Freshdesk service is pretty big on some cookies (we love the choco-chip ones), and some portions of Freshdesk may not work properly if you disable cookies.
We’ll also assume you agree to the way we use cookies and are ok with it as described in our Privacy policy, unless you choose to disable them altogether through your browser.
Hi everyone,
is there a way to allow users to adjust the robots volume, while the robot is in Kiosk Mode? Possibly by using a voice command?
Thanks in advance - Any help is appreciated!
0 Votes
3 Comments
Katharina.linden posted 2 months ago
This question is still not resolved - is there any way to adjust the volume while the robot is in Kiosk mode? TIA!
0 Votes
Katharina.linden posted 3 months ago
Hi Lukas,
thanks for your reply! This seems to be the method I've been using so far. I used the .adjustStreamVolume with the AudioManager and
type STREAM_MUSIC and connected it with a Qi bookmark, so users can adjust the volume by voice command.
This works fine, as long as the robot is NOT in Kiosk Mode. As soon as I switch to Kiosk Mode this feature does no longer work. I assumed this is due to calling the volume from the settings? Is there any way around this? For my application, I do need the robot in Kiosk Mode to prevent users from changing basic settings by mistake or even deleting apps - but at the same time it is vital, that users can adjust the volume to their needs.
Looking forward to your reply - and thank you in advance!
0 Votes
Lukas Brandt posted 3 months ago
Hello Katharina,
the volume of Pepper is controlled via Android with AudioManager and the StreamType STREAM_MUSIC.
You can control this as follows to set the volume to 70%:
0 Votes
Login or Sign up to post a comment