Uses 911K of libraries. Click here for Pure Java version (6940L/34K).
1 | !7 |
2 | |
3 | cmodule SpeechToClipboard > DynPrintLogAndEnabled { |
4 | start { |
5 | dm_registerAs speechToClipboard(); |
6 | dm_onUserUtterance/*WithoutMine - withoutMine seems to swallow some inputs? */(s -> { |
7 | if (enabled) |
8 | copyTextToClipboardVerboseWithVerify(s); |
9 | }); |
10 | } |
11 | } |
Began life as a copy of #1026354
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1026377 |
Snippet name: | Copy Speech Input To Clipboard |
Eternal ID of this version: | #1026377/6 |
Text MD5: | 5ab81cc9bc0f0043fd5237e7bc049290 |
Transpilation MD5: | 5d971bf0d80b1edad69cf73ce7c662c6 |
Author: | stefan |
Category: | javax / speech recognition |
Type: | JavaX source code (Dynamic Module) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-01-19 16:14:48 |
Source code size: | 286 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 211 / 18827 |
Version history: | 5 change(s) |
Referenced in: | [show references] |