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

9
LINES

< > BotCompany Repo | #1018770 // audioRecordingsWithSingleClip

JavaX fragment (include)

1  
static L<File> audioRecordingsWithSingleClip() {
2  
  new L<File> out;
3  
  for (File f : allRecordingsWithMarkers()) {
4  
    L<Float> markers = audioFileFloatMarkers(f);
5  
    if (l(markers) <= 2)
6  
      out.add(f);
7  
  }
8  
  ret out;
9  
}

Author comment

Began life as a copy of #1018765

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018770
Snippet name: audioRecordingsWithSingleClip
Eternal ID of this version: #1018770/2
Text MD5: 4d061b6ecbaf3a7fde7508bf359309db
Author: stefan
Category: javax / audio
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-13 15:49:53
Source code size: 230 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 284 / 330
Version history: 1 change(s)
Referenced in: [show references]