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

8
LINES

< > BotCompany Repo | #1014810 // onSpeechRecognized

JavaX fragment (include)

static int onSpeechRecognized_interval = 100;

// f : voidfunc(S) - gets only the utterance
static TailFile onSpeechRecognized(fO f) {
  ret watchQuotedLog_future(speechRecognitionLog(), onSpeechRecognized_interval, voidfunc(S s) {
    pcallF(f, afterSquareBracketStuff(s));
  });
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1014810
Snippet name: onSpeechRecognized
Eternal ID of this version: #1014810/6
Text MD5: d5025d653f35af664e77893a5db5e71a
Author: stefan
Category: javax / speech
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-11 01:19:41
Source code size: 289 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 338 / 375
Version history: 5 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1015151 - onUserUtterance - extended synonym of onSpeechRecognized
#1015240 - onSpeechRecognized_fromStart
#1016794 - onSpeechRecognized_withoutMyUtterances
#1016834 - onSpeechRecognized_withDate
#1029138 - onPassiveSpeechRecognized - for "passive mode"