I keep on searching within openHAB, where I could add or change a parm to slow down Piper speaking rate.
In this file “C:\openHAB5\userdata\etc\org.openhab.voice.cfg”, I found the following:
defaultHLI = rulehli
defaultVoice = pipertts:siwis-fr_FR
defaultTTS = pipertts
Since I do not know how to modify “cfg” file, I did not change that file.
In this file “C:\openHAB5\conf\services\runtime.cfg”, I found the following:
################################ VOICE #####################################
This parameter defines the default text-to-speech service to use (if not set, the first available one will be used.
#org.openhab.voice:defaultTTS=pipertts
Since the statement related to Piper was commented out, I did not change that file.
In this file “C:\openHAB5\userdata\config\org\openhab\pipertts.config”, I found the following:
:org.apache.felix.configadmin.revision:=L"1"
felix.cm.newConfiguration=B"true"
service.pid=“org.openhab.pipertts”
Since I do not know how to modify “config” file, I did not change that file.
In this file “C:\openHAB5\userdata\config\org\openhab\voice\pipertts.config”, I found the following:
:org.apache.felix.configadmin.revision:=L"3"
preloadModel=B"false"
service.pid=“org.openhab.voice.pipertts”
Since I do not know how to modify “config” file, I did not change that file.
Looking at the following document on “Google Cloud Text-to-Speech”:
I found this parm: “org.openhab.voice.googletts:speakingRate=1”
Since I had nothing to loose, I created this file: “C:\openHAB5\conf\services\pipertts.cfg”, with this instruction: “org.openhab.voice:pipertts:speakingRate=0.67”
Result: No change on Piper speaking rate.
Any suggestions would be appreciated.
Thank you for your support.
Bruno