@crazylegs I helped fix this code (and the Psc lib) long ago cause of the underlying library connecting to the mic
in node_helper
this.ps = new Psc({
setId: this.name,
verbose: true,
microphone: this.config.microphone
});
is where it connects to the mic
and lmtool is the thing I think is in python