eSpeak doesn't work after upgrade to Stretch 9.11
Posted: Saturday 16 May 2020 12:52
For a couple of years eSpeak was working well in combination with Bash files.
(With Raspberry Stretch 9.8.)
After an upgrade to Stretch 9.11 the Bash files don't want to work anymore, from of Domoticz or with a double click/execute.
Nothing happened, no sound.
When we place the text of the Bash file into the Terminal, eSpeak works perfect.
Even also with the ./ command and the filename of the Bash file, eSpeak works in the Terminal.
Anybody a solution why the bash files don't want to work anymore?
This is the content of the bash file:
Thanks for your help.
(With Raspberry Stretch 9.8.)
After an upgrade to Stretch 9.11 the Bash files don't want to work anymore, from of Domoticz or with a double click/execute.
Nothing happened, no sound.
When we place the text of the Bash file into the Terminal, eSpeak works perfect.
Even also with the ./ command and the filename of the Bash file, eSpeak works in the Terminal.
Anybody a solution why the bash files don't want to work anymore?
This is the content of the bash file:
Code: Select all
#!/bin/bash
espeak -s 160 "System Ready"