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

14
LINES

< > BotCompany Repo | #1033260 // GSay

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (5065L/29K).

1  
sclass GSay {
2  
  S text;
3  
  Int voiceNr;
4  
  S speaker; // optional, for some voices
5  
  
6  
  *() {}
7  
  *(S *text) {}
8  
  
9  
  File audioFile() {
10  
    ret loadBinaryPageOnce(
11  
      appendParamsToURL("https://mouth.gazelle.rocks/beaHTML/16",
12  
      page := 0, +voiceNr, +speaker, +text));
13  
  }
14  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033260
Snippet name: GSay
Eternal ID of this version: #1033260/4
Text MD5: 72171b1a6b328274517067770bc17489
Transpilation MD5: 789242a70fcc56dd2e3ff0e47c8732ca
Author: stefan
Category: javax / speech
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-17 23:47:35
Source code size: 291 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 90 / 174
Version history: 3 change(s)
Referenced in: [show references]