!7 p { S keyphrase = "computer", threshold = "1e-50"; S cmd = "pocketsphinx_continuous -inmic yes -keyphrase " + bashQuote(keyphrase) + " -kws_threshold " + threshold; backtickToConsole_lineBuf(cmd, voidfunc(S line) { print("Line read: " + quote(line)); }); }