17 if len(sys.argv) == 1:
18 print(
"Error: need to specify model name")
19 print(
"Usage: python demo.py your.model")
25 signal.signal(signal.SIGINT, signal_handler)
28 print(
'Listening... Press Ctrl+C to exit')
31 detector.start(detected_callback=snowboydecoder.play_audio_file,
32 interrupt_check=interrupt_callback,
def signal_handler(signal, frame)