Closed MeamonB closed 7 years ago
Consider using mixer
in config.ini under TTS, tts_player
settings because it's cross platform, and is the convention, which uses pygame, earlier it was having some issues, but now it works fine.
as far open
is concerned, consider this request https://github.com/SlapBot/stephanie-va/pull/19 , so if you could put up a try block and on exception use open
, I can accept that merge request. But still consider using mixer
it's much better and efficient. Consider doing a git pull as well, since you have an outdated version.
The problem I had when running is that I would constantly get this:
After digging into speaker.py, I realised that the if statement , in the Speaker.speak_from_os function, needed something to check whether the
I added that and put the correct command in it.