mycroft-core/mycroft/audio
Matthew D. Scholefield 10bd9a1cf3 Change initial kill to SIGINT
This sends a ctrl+c signal to each process which will allow code to exit properly by handling KeyboardInterrupt
Other notable changes:
 - create_daemon method used to clean up create daemon threads
 - create_echo_function used to reduce code duplication with messagebus
 echo functions
 - wait_for_exit_signal used to wait for ctrl+c (SIGINT)
 - reset_sigint_handler used to ensure SIGINT will raise KeyboardInterrupt
2018-04-11 21:29:10 -05:00
..
services active flag 2018-03-27 18:08:49 +02:00
__init__.py Increase min wait time in wait_while_speaking() 2017-11-22 13:21:23 -06:00
main.py Change initial kill to SIGINT 2018-04-11 21:29:10 -05:00
speech.py Change initial kill to SIGINT 2018-04-11 21:29:10 -05:00