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

22
LINES

< > BotCompany Repo | #1026952 // Train Voice Activity Detector [VAD, dev.]

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 12716K of libraries. Click here for Pure Java version (11515L/61K).

!7

cmodule TrainVADModule {
  S voiceMegaMixInfo, nonVoiceMegaMixInfo;
  
  visual
    jVerticalScroll(makeForm3(
      "Voice Megamix",    dm_label voiceMegaMixInfo(),
      "Nonvoice Megamix", dm_label nonVoiceMegaMixInfo(),
    ));
    
  start {
    thread {
      setField(voiceMegaMixInfo := "Calculating...");
      setField(voiceMegaMixInfo := fileInfo(voiceMegaMix()));
    }
    thread {
      setField(nonVoiceMegaMixInfo := "Calculating...");
      setField(nonVoiceMegaMixInfo := fileInfo(nonVoiceMegaMix()));
    }
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1026952
Snippet name: Train Voice Activity Detector [VAD, dev.]
Eternal ID of this version: #1026952/3
Text MD5: cbdcbdbafac54fd59aeeb0ba952b0fb5
Transpilation MD5: 04c0a35fa348239dd415f48041670125
Author: stefan
Category: javax / audio recognition
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-03 17:48:41
Source code size: 556 bytes / 22 lines
Pitched / IR pitched: No / No
Views / Downloads: 168 / 258
Version history: 2 change(s)
Referenced in: [show references]