Libraryless. Click here for Pure Java version (939L/7K/23K).
1 | !752 |
2 | |
3 | static S html(S subUri, Map<S, S> params) {
|
4 | S voice = or(params.get("voice"), "Alex");
|
5 | S text = or(params.get("text"), "Hallöchen");
|
6 | |
7 | S url = getSoundURLCereproc(text, voice); |
8 | ret p(htmlencode(text + " (" + voice + ")"))
|
9 | + tag("audio",
|
10 | tag("source", "", "src", url, "type", "audio/mpeg"),
|
11 | "controls", "1", |
12 | "autoplay", "1"); |
13 | } |
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: | 789 / 1152 |
| Referenced in: | [show references] |