// TODO: sync static File mp3ToTempWAV(File mp3) { File wav = javaxCachesDir("Temp WAVs/" + md5OfFile(mp3) + ".wav"); if (!wav.exists()) mp3ToWAV_jave(mp3, wav); ret wav; }
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: | #1018582 |
| Snippet name: | mp3ToTempWAV |
| Eternal ID of this version: | #1018582/3 |
| Text MD5: | df0029b9c4157468898a576ee8c51554 |
| Author: | stefan |
| Category: | javax / audio |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-10-10 00:10:52 |
| Source code size: | 188 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 789 / 833 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |