Hey there,
I am using swift on a webserver running Linux.
The current kernel version seems to be:
Linux 2.6.32.24-grsec #1 SMP Sun Oct 31 14:12:10 CET 2010 i686 GNU/Linux
Unfortunately swift does not work properly.
Each time I call the swift shell script bin/swift, I get the error message "Error: Could not speak text: Invalid parameter.". The command "./swift --say-all-voices -o test.wav" works perfectly which means that swift must be installed correctly.
The problem seems to be the parameter transfer from the command line to the swift script.
I have tried several things already, including switching from #!/bin/sh to #!bin/bash, no success so far.
Any help is highly apprechiated.
Thanks in advance and best regards.