This problem may be due to my inexperience with linux, but when you run the test program in picopi/pico/tts/ folder like:
./testts "Testing SR" | aplay (etc...)
, it runs fine. But if you do something like
/home/pi/picopi/pico/tts/testts "Testing SR" | aplay (etc...)
It returns "Failed to load language" and then doesn't release the audio device so that I have to reboot. How can I get around this?
This problem may be due to my inexperience with linux, but when you run the test program in picopi/pico/tts/ folder like:
./testts "Testing SR" | aplay (etc...)
, it runs fine. But if you do something like
/home/pi/picopi/pico/tts/testts "Testing SR" | aplay (etc...)
It returns "Failed to load language" and then doesn't release the audio device so that I have to reboot. How can I get around this?