I know that this question is asked a lot(i've been browsing through dozens of questions like mine), but i'm not able to find a solution.
I know that using
voices = engine.setProperty('voice', 'id')
should change the voice, but using
voices = engine.setProperty('voice' b'english-us')
doesn't seem to work, i've tried putting b'english-us' between quotation marks, but doesn't work either. If i could get the voice to change i'd be satisfied, but my intention is to use a voice from eSpeak, wich acording to various answers on different forums is actually possible.
Can anybody help me? I'm using python 3.5.3 and pyttsx 1.2