1 | static F0<Bool> pred_hasNewSpeech_notFromMe() {
|
2 | final new Var<S> var; |
3 | final ManualTailFile tail = new(speechRecognitionLog(), |
4 | vfAppendToLineBuffer(unquotingLineBuffer(voidfunc(S s) {
|
5 | if (!isItMyUtterance(s).a) |
6 | var.set(s); |
7 | }))); |
8 | tailFile_newOnly(tail); |
9 | |
10 | ret new F0<Bool>() {
|
11 | public Bool get() {
|
12 | var.set(null); |
13 | tail.check(); |
14 | ret var.has(); |
15 | } |
16 | }; |
17 | } |
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: | 638 / 638 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |