static File voiceMegaMix() { File file = javaxDataDir("Generated Audio/voice-mega-mix.wav"); if (!file.exists()) { new AudioInputStreamsCollector c; for (File f : allRecordingsWithMarkers()) { Clip clip = spectro_clipFromFile(f); L<IntRange> ranges = markerIntRangesForWAV(f); for (IntRange r : ranges) addClipPartToAudioCollector(clip, r, c); } c.writeToWAV(file); } ret file; }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1019221 |
| Snippet name: | voiceMegaMix |
| Eternal ID of this version: | #1019221/4 |
| Text MD5: | 707b929590ad4aec4c926a089925ad2f |
| Author: | stefan |
| Category: | javax / audio |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-10-28 12:54:17 |
| Source code size: | 442 bytes / 14 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 531 / 595 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |