1 | static Q cereproc_preload_q = startQ(); |
2 | |
3 | static volatile Pair<S> cereproc_preload_loading; |
4 | |
5 | svoid cereproc_preload(fS voice, fS s) {
|
6 | cereproc_preload_q.add(r {
|
7 | cereproc_preload_loading = pair(voice, s); |
8 | try {
|
9 | cereproc_silent(voice, s); |
10 | } finally {
|
11 | cereproc_preload_loading = null; |
12 | } |
13 | }); |
14 | } |
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: | 555 / 606 |
| Referenced in: | [show references] |