Solved No volume control when using Googleassistant and external Soundcard
-
Im trying to use MagicMirror with external Soundcard (RaspiAudio MIC+). I can control volume of mpd and other tools via alsamixer but when i run Google Assistent the volume is always at 100%.
Also the volume control command doesn’t affect the volume of the GA chimes. Listen, confirmation,… Chimes are always at max volume.
I tried different volumePresets in config but still no volume change.
Somebody knows the software used to play the GA chimes? Maybe I need to change the mixer settings of the player.I really hope someone can help me. I love this project but its annoying when chimes, Youtube, GA voice… Is always at 100%
-
for output GA use HTML5 Audio (with default sound output)
Lastest firmware use Pulse audio, so if your sound card is defined for default using (it’s your case): all sound will use itnow,
volumePreset
involume:{}
config is Only used when you make an order to change volume
sample:[Jarvis/ok google/ hey google] ... volume [0-10]
And on start your Volume depend of what do you have register in your pi on Start (no related to MagicMirror or modules app)
-
bugsounet