Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

14
LINES

< > BotCompany Repo | #1019222 // nonVoiceMegaMix

JavaX fragment (include)

static File nonVoiceMegaMix() {
  File file = javaxDataDir("Generated Audio/non-voice-mega-mix.wav");
  if (!file.exists()) {
    new AudioInputStreamsCollector c;
    // TODO: files without markers
    for (File f : allRecordingsWithoutMarkers()) {
      if (!f.getName().startsWith("[")) continue;
      print(f.getName());
      addClipToAudioCollector(spectro_clipFromFile(f), c);
    }
    c.writeToWAV(file);
  }
  ret file;
}

Author comment

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: 289 / 327
Version history: 4 change(s)
Referenced in: [show references]