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

14
LINES

< > BotCompany Repo | #1018565 // cereproc_preload

JavaX fragment (include)

static Q cereproc_preload_q = startQ();

static volatile Pair<S> cereproc_preload_loading;

svoid cereproc_preload(fS voice, fS s) {
  cereproc_preload_q.add(r {
    cereproc_preload_loading = pair(voice, s);
    try {
      cereproc_silent(voice, s);
    } finally {
      cereproc_preload_loading = null;
    }
  });
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1018565
Snippet name: cereproc_preload
Eternal ID of this version: #1018565/1
Text MD5: faacb2fbfab26a10c1c78bd36ca2cc25
Author: stefan
Category: javax / speech
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-05 20:47:13
Source code size: 333 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 248 / 289
Referenced in: [show references]