-
Notifications
You must be signed in to change notification settings - Fork 50
Alexa volume not adjustable by voice command, Assistant comparatively too quiet #13
Comments
Hi, have you tried setting the output volume by using Google's and Alexa's native voice commands? For Alexa, this works (it starts with a default of ~80%). The Google SDK, which AssistantPi uses, claims to suport voice control for volume, but I haven't tested it yet. Just fyi, AssistantPi defaults to using pulseaudio since release 1.0 and does all necessary settings during the setup. |
I've tried to reduce default_volume to 40% in config.yaml but Alexa is still loud. I can't find the volume control command for Google SDK. |
Same issue with a RPI 2, has anyone been able to increase the volume for Google SDK. It is way too low if compare with Alexa. |
found the voice command to increase googles voice, https://support.google.com/googlehome/answer/7072489?hl=en |
Thanks. It works. I can set max volume (level 10). But somehow Alexa is still louder, so I need to find a way to lower it. |
Sorry, I've been out of town for some days - you can adjust Alexa's volume with it's native voice command, simply say "Alexa, louder/softer" or "Alexa, Voume 4" |
Just perfect...fully solved. Thanks a lot. |
It seems that adjusting Alexa's volume isn't working properly (RPi Zero W). I get the message in debug mode, that volume has been adjusted, but there's no difference between 2 and 10... Anyone else experiencing this issue? |
I am also facing the same issue, no matter what i try alexa i always so much louder. The volume doesnt seem to change. I also have an issue with google activating at almost any word, even if its the tv it activates and starts talking. Great work though. |
Yes the command works: Volume 4
But the voice level is as loud as before.. |
tried to hack around this problem by setting the system volume via subprocess/pexpect using |
Python 2 & 3 releases (
python2 --version
andpython3 --version
):Description of problem:
Expected:
Steps to reproduce:
Traceback (if applicable):
Additional info:
The text was updated successfully, but these errors were encountered: