hi,Here ya go
thx a lot. unfortunately it is still not working:
Code:
root@fusionpbx:/opt/german-voice-prompts# python3 tts.py
Traceback (most recent call last):
File "/opt/german-voice-prompts/tts.py", line 18, in <module>
for row in reader:
File "<frozen codecs>", line 322, in decode
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd5 in position 2257: invalid continuation
the line as screenshot (see end of 1st output line)

so i stil have to try to convert the input file to utf-8.
will try later.