1 | static File voiceMegaMix() { |
2 | File file = javaxDataDir("Generated Audio/voice-mega-mix.wav"); |
3 | if (!file.exists()) { |
4 | new AudioInputStreamsCollector c; |
5 | for (File f : allRecordingsWithMarkers()) { |
6 | Clip clip = spectro_clipFromFile(f); |
7 | L<IntRange> ranges = markerIntRangesForWAV(f); |
8 | for (IntRange r : ranges) |
9 | addClipPartToAudioCollector(clip, r, c); |
10 | } |
11 | c.writeToWAV(file); |
12 | } |
13 | ret file; |
14 | } |
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: | 334 / 389 |
Version history: | 3 change(s) |
Referenced in: | [show references] |