static F0 pred_hasNewSpeech_notFromMe() { final new Var var; final ManualTailFile tail = new(speechRecognitionLog(), vfAppendToLineBuffer(unquotingLineBuffer(voidfunc(S s) { if (!isItMyUtterance(s).a) var.set(s); }))); tailFile_newOnly(tail); ret new F0() { public Bool get() { var.set(null); tail.check(); ret var.has(); } }; }