Uses 12716K of libraries. Click here for Pure Java version (11515L/61K).
1 | !7 |
2 | |
3 | cmodule TrainVADModule {
|
4 | S voiceMegaMixInfo, nonVoiceMegaMixInfo; |
5 | |
6 | visual |
7 | jVerticalScroll(makeForm3( |
8 | "Voice Megamix", dm_label voiceMegaMixInfo(), |
9 | "Nonvoice Megamix", dm_label nonVoiceMegaMixInfo(), |
10 | )); |
11 | |
12 | start {
|
13 | thread {
|
14 | setField(voiceMegaMixInfo := "Calculating..."); |
15 | setField(voiceMegaMixInfo := fileInfo(voiceMegaMix())); |
16 | } |
17 | thread {
|
18 | setField(nonVoiceMegaMixInfo := "Calculating..."); |
19 | setField(nonVoiceMegaMixInfo := fileInfo(nonVoiceMegaMix())); |
20 | } |
21 | } |
22 | } |
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: | 515 / 657 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |