Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

17
LINES

< > BotCompany Repo | #1016888 // pred_hasNewSpeech_notFromMe

JavaX fragment (include)

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

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1016888
Snippet name: pred_hasNewSpeech_notFromMe
Eternal ID of this version: #1016888/2
Text MD5: 4afb6d306c0296841fda578de65de677
Author: stefan
Category: javax / speech
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-06 17:45:47
Source code size: 420 bytes / 17 lines
Pitched / IR pitched: No / No
Views / Downloads: 292 / 321
Version history: 1 change(s)
Referenced in: [show references]