Exemplo n.º 1
0
def speech_manual_play():
    '''The text "These aren't the droids you're looking for." will play on the speaker.'''
    s = Speech("These aren't the droids you're looking for.")
    s.play()
    s.wait()
Exemplo n.º 2
0
def speech_manual_play():
    '''The text "These aren't the droids you're looking for." will play on the speaker.'''
    s = Speech("These aren't the droids you're looking for.")
    s.play()
    s.wait()
Exemplo n.º 3
0
def speech_play():
    s = Speech("Test")
    s.play()
    s.wait()
    return True
Exemplo n.º 4
0
def speech_play():
    s = Speech("Test")
    s.play()
    s.wait()
    return True