1 | static File nonVoiceMegaMix() { |
2 | File file = javaxDataDir("Generated Audio/non-voice-mega-mix.wav"); |
3 | if (!file.exists()) { |
4 | new AudioInputStreamsCollector c; |
5 | // TODO: files without markers |
6 | for (File f : allRecordingsWithoutMarkers()) { |
7 | if (!f.getName().startsWith("[")) continue; |
8 | print(f.getName()); |
9 | addClipToAudioCollector(spectro_clipFromFile(f), c); |
10 | } |
11 | c.writeToWAV(file); |
12 | } |
13 | ret file; |
14 | } |
Began life as a copy of #1019221
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019222 |
Snippet name: | nonVoiceMegaMix |
Eternal ID of this version: | #1019222/5 |
Text MD5: | d6f81104f2d8b3e6b3a703ad43270034 |
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:34 |
Source code size: | 445 bytes / 14 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 399 / 437 |
Version history: | 4 change(s) |
Referenced in: | [show references] |