static File loadMP3Snippet(S snippetID) { snippetID = fsI(snippetID); File f = loadLibrary(snippetID); File f2 = newFile(f2s(f) + ".mp3"); if (fileSize(f2) != fileSize(f)) copyFile(f, f2); ret f2; }
Began life as a copy of #1013247
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1013886 |
Snippet name: | loadMP3Snippet |
Eternal ID of this version: | #1013886/1 |
Text MD5: | 7b592efec7b297dd91a52975de7b407c |
Author: | stefan |
Category: | javax / sound |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-03-10 19:03:59 |
Source code size: | 219 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 440 / 446 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |