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

11
LINES

< > BotCompany Repo | #1018825 // recordingFrequencyImagesWithWords

JavaX fragment (include)

static LPair<S, BWImage> recordingFrequencyImagesWithWords(F1<S, Bool> wordFilter) {
  LPair<S, BWImage> images = new L;
  L<File> files = audioRecordingsWithSingleClip();
  for (File f : allRecordings()) {
    S word = wordFromAudioFileName(f);
    if (!isTrue(callF(wordFilter, word))) continue;
    images.add(pair(word, bwAutoContrast(audio_defaultClip(audioFileToFrequencyImage(f)))));
    print(fileName(f));
  }
  ret images;
}

Author comment

Began life as a copy of #1018823

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: #1018825
Snippet name: recordingFrequencyImagesWithWords
Eternal ID of this version: #1018825/4
Text MD5: f380e61240510a52a41e015559c50c73
Author: stefan
Category: javax / audio
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-14 13:40:53
Source code size: 444 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 278 / 307
Version history: 3 change(s)
Referenced in: [show references]