I think its in this area:
if SHSpeechEngine.IsSupported:
currentDecksAwashDepth = 7.5
newConfidenceLevel = 0.70
currentConfidenceLevel = 0.70
#speech = SHSpeechEngine("en-US")
#speech.Confidence = newConfidenceLevel
#speech.OrderReceived += speech_OrderReceived
#speech.Start()
|