There is such a library for python pyfestival which "does" speech synthesis ( https://github.com/alex-eri/pyfestival ). So when you enter the festival.textToWavFile('Привет Мир') command in python3, the Segmentation fault gets out and the terminal exits python. But if you enter the English text, that is, festival.textToWavFile('Hello world') then everything is fine. Please help
- So maybe he just can not Russian? :) - nobody
- @nobody No can, everything worked for me, but then I rearranged linux so that he can do everything - Log1c0
- oneThat is, your script used to work, and then you reinstalled the operating system and began to receive an error? In this case, it is worth looking for what has changed with the reinstallation. - Sergey Gornostaev
|