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

9
LINES

< > BotCompany Repo | #1025328 // mp3ToWAVUnlessExists

JavaX fragment (include) [tags: use-pretranspiled]

Uses 11688K of libraries. Click here for Pure Java version (4270L/25K).

static File mp3ToWAVUnlessExists(File in,
  File out default replaceFileExtension(in, ".wav")) {
  if (!out.exists()) try {
    mp3ToWAV(in, out);
  } catch print {
    mp3ToWAV_jave(in, out);
  }
  ret out;
}

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: #1025328
Snippet name: mp3ToWAVUnlessExists
Eternal ID of this version: #1025328/3
Text MD5: 06393d3987cb5239163a1c028e3ce77e
Transpilation MD5: 02a73ce6ccd7b2b26a6bde5ab25680ad
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-17 18:57:09
Source code size: 217 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 247 / 305
Version history: 2 change(s)
Referenced in: [show references]