static File loadWAVSnippet(S snippetID) { snippetID = fsI(snippetID); File f = loadLibrary(snippetID); File f2 = newFile(f2s(f) + ".wav"); if (fileSize(f2) != fileSize(f)) copyFile(f, f2); ret f2; }
Began life as a copy of #1009558
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: | #1013247 |
Snippet name: | loadWAVSnippet |
Eternal ID of this version: | #1013247/1 |
Text MD5: | 720381509df9c6a7270920956dadf0fc |
Author: | stefan |
Category: | javax / sound |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-29 09:18:10 |
Source code size: | 219 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 444 / 467 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1013248 - playWAVSnippet - waits during playing #1013886 - loadMP3Snippet |