Uses 11688K of libraries. Click here for Pure Java version (4270L/25K).
1 | static File mp3ToWAVUnlessExists(File in, |
2 | File out default replaceFileExtension(in, ".wav")) {
|
3 | if (!out.exists()) try {
|
4 | mp3ToWAV(in, out); |
5 | } catch print {
|
6 | mp3ToWAV_jave(in, out); |
7 | } |
8 | ret out; |
9 | } |
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: | 591 / 713 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |