Add proper docstring

pull/2821/head
Åke Forslund 2021-01-23 11:19:09 +01:00
parent e3e52d63a0
commit 96bbd384ad
1 changed files with 3 additions and 7 deletions

View File

@ -39,11 +39,7 @@ def wait_while_speaking():
def stop_speaking():
# TODO: Less hacky approach to this once Audio Manager is implemented
# Skills should only be able to stop speech they've initiated
from mycroft.messagebus.send import send
send('mycroft.audio.speech.stop')
"""Stop mycroft speech.
# Block until stopped
while check_for_signal("isSpeaking", -1):
time.sleep(0.25)
TODO: Skills should only be able to stop speech they've initiated
"""