jmleglise wrote:Hi,
That works great ! thank you !
1/ Check your wiki. You have some error in the command line of the "Install OS Dependencies" part.
2/ it's a shame that you can't change the volume for a text already synthetised. Isn't it possible to adjust the volume only in the playback ?
3/ I am on raspberryPi. I have failed to install wine. Did you succeed ? can you direct me to an howto ? (I think, windows sapi is the best autonomous TTS)
1) Thank you, fixed the domoticz wiki page:
Code: Select all
sudo apt-get update
sudo apt-get install -y sox lame mplayer curl espeak wget
2) you can change the hardware soundcard output volume using the
-W switch
example:
Code: Select all
script://izsynth -W 90 -t "Can you hear me now?"
If you found the correct audio volume, I suggest to modify the config file, so you don't need to specify the -W switch every time:
PLAYBACK_VOLUME="90"
3) I used wine with SAPI5 only on x86 platforms, never tested Wine on ARM.... on RPi I suggest to use an online service (it's slow, depending of service engine and connection speed, only on first synth... the next playback is realtime because izsynth reuse the already synthesized audio file)
With kind regards