I’m using say to output Text-to-speech on the analog audio output of the Raspberry Pi. I can change the volume using alsamixer. But the volume within the command say() is ignored.
I tried say(“Test”, new PercentType(25))
and say(“Test”, “voicerss:deDE”, new PercentType(25))
but the volume is the same and doesn’t change while I chage the number in PercentType.
I don’t use Chromcast for the output. I use the analog audio output of the Raspberry Pi or a USB sound card. So I don’t have this channel. Or is there a way to link the volume of the Raspberry Pi to a Number?