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

11
LINES

< > BotCompany Repo | #1026377 // Copy Speech Input To Clipboard

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (6940L/34K).

!7

cmodule SpeechToClipboard > DynPrintLogAndEnabled {
  start {
    dm_registerAs speechToClipboard();
    dm_onUserUtterance/*WithoutMine - withoutMine seems to swallow some inputs? */(s -> {
      if (enabled)
        copyTextToClipboardVerboseWithVerify(s);
    });
  }
}

Author comment

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: 137 / 18730
Version history: 5 change(s)
Referenced in: [show references]