|
|
@@ -42,7 +42,8 @@ bye_sayings = [ |
|
|
|
"Take it easy!", |
|
|
|
"I look forward to our next meeting!", |
|
|
|
"Take care!", |
|
|
|
"Catch you later!", |
|
|
|
"See you later!", |
|
|
|
"This was nice. See you!", |
|
|
|
"Peace!" |
|
|
|
] |
|
|
|
|
|
|
@@ -203,7 +204,7 @@ def getTrackInfo(): |
|
|
|
setMpdVolume(volume) |
|
|
|
|
|
|
|
def tour(): |
|
|
|
tts.say("Welcome! To the world of tomorrow!", "en") |
|
|
|
tts.say("Hello, I'm Discobert!", "en") |
|
|
|
sleep(0.3) |
|
|
|
tts.say("Press 1 for nice electronic music", "en") |
|
|
|
sleep(0.3) |
|
|
|