svoid dm_enableSpeechRecognitionFor(double interval, S reason) { final DynModule m = dm_current_mandatory(); final AutoCloseable speech = dm_tempEnableSpeechRecognition(reason); dm_ownResource(speech); doAfter(interval, r { m.enter(); dm_releaseResource(speech); }); }
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020635 | 
| Snippet name: | dm_enableSpeechRecognitionFor | 
| Eternal ID of this version: | #1020635/2 | 
| Text MD5: | 638782c12f655b85afcf3f3462fd6455 | 
| Author: | stefan | 
| Category: | javax / stefan's os | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2018-12-29 00:49:41 | 
| Source code size: | 283 bytes / 6 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 481 / 530 | 
| Version history: | 1 change(s) | 
| Referenced in: | [show references] |