Exemplo n.º 1
0
    def __init__(self, voicesynthetizer):

        self.modulename = 'WolframAlpha'
        self.voicesynthetizer = voicesynthetizer
        self.voicerecognition = VoiceRecognition(self.voicesynthetizer)
        self.wolfram = Wolfram()
        self.idSpeechRecognition = xSpeechRecognition()
    def __init__(self):

        self.output = ""
        self.xv = xVoice()
        self.xs = xSpeechRecognition()
Exemplo n.º 3
0
    def __init__(self):

        self.xvoice = xVoice()
        self.xspeechr = xSpeechRecognition()
        self.xwolfram = xWolfram()