Andrew Benham

Results 3 comments of Andrew Benham

Ubuntu 21.04 Hard remembering what year it is...

This fixes account login: --- __init__.py.orig 2021-10-02 22:11:45.157543046 +0100 +++ __init__.py 2021-10-02 22:12:47.813325838 +0100 @@ -25,7 +25,7 @@ self.tts = tts else: self.tts = ResponsiveVoice(gender=ResponsiveVoice.MALE) - self._login = "sip:{u}:{p}@{g}".format(u=self.user, p=self.pwd,...

The scripted call example shows the log messages that it is speaking, and there are delays which seem to correspond with speaking the text, but the call doesn't contain the...