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

8
LINES

< > BotCompany Repo | #1018011 // cereproc_raw_silent - downloads & caches audio files

JavaX fragment (include)

static File cereproc_raw_silent(S voice, S text) {
  File file = cereproc_raw_file(voice, text);
  if (!file.exists()) {
    S url = getSoundURLCereproc_raw(text, voice);
    saveBinaryFile(file, loadBinaryPageSilently(url));
  }
  ret file;
}

Author comment

Began life as a copy of #1005209

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: #1018011
Snippet name: cereproc_raw_silent - downloads & caches audio files
Eternal ID of this version: #1018011/1
Text MD5: c2d87948f22831dad2280a21d1027e60
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-08-25 20:52:06
Source code size: 252 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 264 / 274
Referenced in: [show references]