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).

sclass GSay {
  S text;
  Int voiceNr;
  S speaker; // optional, for some voices
  
  *() {}
  *(S *text) {}
  
  File audioFile() {
    ret loadBinaryPageOnce(
      appendParamsToURL("https://mouth.gazelle.rocks/beaHTML/16",
      page := 0, +voiceNr, +speaker, +text));
  }
}

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: 85 / 166
Version history: 3 change(s)
Referenced in: [show references]