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

13
LINES

< > BotCompany Repo | #1002671 // Speech Bot

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (939L/7K/23K).

!752

static S html(S subUri, Map<S, S> params) {
  S voice = or(params.get("voice"), "Alex");
  S text = or(params.get("text"), "Hallöchen");
  
  S url = getSoundURLCereproc(text, voice);
  ret p(htmlencode(text + " (" + voice + ")"))
    + tag("audio",
      tag("source", "", "src", url, "type", "audio/mpeg"),
      "controls", "1",
      "autoplay", "1");
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1002671
Snippet name: Speech Bot
Eternal ID of this version: #1002671/1
Text MD5: a0372b213892077ead5ddf7d2036d9e2
Transpilation MD5: 875799c29b15c3cdb9c3c395cb1757c9
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-04-07 01:01:47
Source code size: 376 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 475 / 763
Referenced in: [show references]